搜索资源列表
透明位图背景上的滚动字幕实例
- 透明位图背景上的滚动字幕实例,用VC写的程序.
CTicker
- CTicker: 这个类实现了水平字幕的滚动,支持背景色,前景色,边界颜色,字体,字体大小设置,滚动速度等。
ColorStatic
- 利用VC实现了字幕滚动功能,并利用双缓冲技术解决闪烁问题-VC enables the use of subtitles scrolling function, and use double-buffering technology to solve flicker problems
staticExample
- 继承于vc中的static控件,实现滚动字幕的效果,并且可以改变控件上的文本的字体颜色 -Inheritance of static control in vc, to achieve the effect of rolling subtitles, and can change the control text font color on
StaticScrollZIMU
- 用static控件显示上下滚动的字幕,像电视剧结束时出现的谢幕人员表,并设置背景图片轮换。-Scroll up and down with the static control to display subtitles, like the drama end of the curtain call staff table, and set the background image rotation.
ScrollText
- 05年时我曾在TCustomLabel的基础上写了一个简单的滚动字幕控件,也就是TScrollText,不过TScrollText只适用于少量文本,在滚动大量文本时速度会越来越慢,最后CPU占用率会升至100 ! 这次发布的TSkyScrollText则可以用来滚动显示大文本,在显示大文本时其速度不会有太大变化,可以用来做大屏幕滚动字幕程序了,呵呵。 本次发布的代码是几年前就实现的,只支持D5~D2007的非Unicode版本。- 2005 when I worked