搜索资源列表
制作字幕滚动窗体
- delphi的界面的技巧的,制作滚动字幕的窗体。-delphi interface techniques, production subtitles rolling the window.
透明位图背景上的滚动字幕实例
- 透明位图背景上的滚动字幕实例,用VC写的程序.
scrollword
- 通过使用VB实现动态的字幕滚动的效果,可以用在网页或者课件中-through the use of VB dynamic subtitles rolling effect, to be used on the website or Courseware
字幕滚动效果
- 字幕滚动效果,巧用时钟控件实现字幕在屏幕从左到右连续滚动(路径城的用法)-subtitles rolling effect, control the clock Using subtitles on the screen to achieve continuous rolling from left to right (path usage City)
Soft20060210100327451
- 字幕滚动源代码 C++,数据结构,很有用的-subtitles rolling C source code, data structure, a very useful
vc++movablesub-title4
- 在本例中,将用AppWizar生成一个可运行的应用程序,然后我们在此基础上加进一些代码,使之实现字幕滚动效果。在实例中,读者将学会如何使用AppWizar生成简单的应用程序。-in this case, will be used to generate a AppWizar operational applications, We then on this basis to add some code to enable it to achieve subtitles rolling effec
scroll
- 不错的字幕滚动程序,建议下载学习。不错的字幕滚动程序,建议下载学习
字幕滚动及秒表
- 滚动字幕:滚动字幕的窗体为scrollform,在窗体中增加一个计时器Timer1、一个标签控件Label1(字幕)、一个TrackBar1(控制滚动速度)、一个MainMenu1和一个Button。主要功能可以实现字幕滚动;字幕滚动速度调节;字幕字体颜色的更改;字幕内容的更改和还原。核心代码如下: procedure Tscrollform.Timer1Timer(Sender: TObject) begin timer1.Interval:=300-TrackBar1.Position La
在对话框中实现字幕滚动效果
- 对话框中实现字幕滚动效果,具有动画效果,使用方便-dialog achieve subtitles rolling effect, animation effects, easy to use
MTV.rar
- 实现MTV字幕滚动扣图 字符叠加到视频上,The achievement of MTV subtitles superimposed roll buckle map characters to video on
ColorStatic
- 利用VC实现了字幕滚动功能,并利用双缓冲技术解决闪烁问题-VC enables the use of subtitles scrolling function, and use double-buffering technology to solve flicker problems
AutoScroller
- 字幕滚动的源码,很实用,播放器中经常用到的-Subtitles rolling source, it is practical, the player frequently used
Source2
- 名称:基于VB的平滑滚动字幕的实现 源代码名称:src 调试环境:Win XP;VB 6.0-Name: Based on the VB of the realization of smooth rolling subtitles source code name: src debugging environment: Win XP VB 6.0
MoveText
- 实现了字幕滚动显示-Achieve a rolling display subtitles
字幕滚动源代码
- 该源码可以正常编译 可以完成字幕滚动 可以是指滚动的方向-The source code can be compiled to normal rolling subtitles can be completed is the direction of rolling
gundong
- vc 实现字幕滚动效果的对话框 -vc
myScroll
- 滚动字幕 一个不错的例子 实现的功能就是滚动的字幕啦-Scroll subtitles a good example of the function is to achieve rolling subtitles啦
movingdigit
- 主要实现字幕滚动,内容非常简单,简单易学看完程序就知道了。-for moving digit
字幕滚动
- 把要滚动的字幕写到一个Label的Caption属性上,Label放到你要进行滚动效果的地方,这里以 Label2 为例。