搜索资源列表
透明位图背景上的滚动字幕实例
- 透明位图背景上的滚动字幕实例,用VC写的程序.
RandomChoose
- 一个随机抽号的小程序,输入起始数字和结束数字,点击“抽签”,数据开始滚动,点击“停止”,会显示一个随机的数。-A random number program, enter the start number and end number, click on the " drawing lots" , data begins to scroll, click on " Stop" will display a random number.
ScrollHotStatic
- 一个能显示滚动文本的小程序,文本从下往上滚动显示。-One can show that the rolling text applet, scrolling text display from bottom-up.
StaticRollupText
- 此程序为用Static Text控件显示滚动文字,编译无错误,下载后可马上使用!-This program provides for the Static Text control to display scrolling text, compile error-free, download immediately after use!
ScrollText
- 05年时我曾在TCustomLabel的基础上写了一个简单的滚动字幕控件,也就是TScrollText,不过TScrollText只适用于少量文本,在滚动大量文本时速度会越来越慢,最后CPU占用率会升至100 ! 这次发布的TSkyScrollText则可以用来滚动显示大文本,在显示大文本时其速度不会有太大变化,可以用来做大屏幕滚动字幕程序了,呵呵。 本次发布的代码是几年前就实现的,只支持D5~D2007的非Unicode版本。- 2005 when I worked