资源列表
[Windows编程] fanyeflash
说明:VB实现电子辞典翻页动画特效,鼠标点击页面的时候,自动翻页,很逼真,用VB实现这样的效果很不错了。加载资源文件中的图片,Timer2有效,向前翻页,如果在图片范围内,加载下一张图片,如果超出范围,清空图像框,将图片背景色显示为黑色,向后翻页有效.注意,frx文件里有很多图片资源,因此本源码压缩包将近8M,源代码部分其实很校-When VB realize electronic dictionaries flip animation effects, mouse click on the page<jpudn11> 在 2025-09-29 上传 | 大小:7.19mb | 下载:0
[Windows编程] vblrc
说明:昨夜星辰迷你歌词秀,很简单的程序,但实现了歌词同步功能,现在很多的音乐播放器都有显示歌词的功能,把本功能用在上面肯定很不错。操作时,请打开一个MP3文件,以及事先准备好的LRC歌词文件,可一边听歌,一边看歌词了-Last night the stars mini lyrics show a very simple procedure, but realized the lyrics synchronization function, music player now has a lot of l<jpudn12> 在 2025-09-29 上传 | 大小:33kb | 下载:0
[驱动编程] tq2440-test
说明:tq2440 测试文件从ADS1.2移至到keil中,工程编译通过,能够生成bin文件-tq2440 test file from ADS1.2 moved to keil, the project compiles, can generate bin file<天鱼> 在 2025-09-29 上传 | 大小:4.49mb | 下载:0
[Windows编程] simplerecord
说明:VB实现的录音机程序,有一个简单的界面可实现对录音的控制,在录音完毕后可播放试听录音,变量定义: Dim Time_Start 定义变量存储开始计时的时间 Dim Time_Lenth 定义变量存储Slider1控件的最大值 Dim MyTime 定义变量存储已经录制的时间 更多请参阅源代码。-VB realize recorder program has a simple interface that enables control of the rec<jpudn13> 在 2025-09-29 上传 | 大小:6kb | 下载:0
[Windows编程] vbformhidden
说明:VB6.0仿QQ窗口靠边隐藏,使窗体靠屏幕右边时自动向右隐藏(动态效果)。鼠标经过会再次显示出来(也是动态效果)。我只是提供思路,只做了向右隐藏的,稍加改造就可以向你想要的方向靠边隐藏-VB6.0 imitation QQ window aside to hide, hide the right to make the form automatically (dynamic effects) while on the right side of the screen. Mouse over ag<jpudn14> 在 2025-09-29 上传 | 大小:160kb | 下载:0
[Windows编程] threadzhuru
说明:VB实现线程注入器,您可以指定输入被注入程序名称,本源码以注入计算器程序为例,演示在VB6.0环境下所编写的程序如何实现线程注入功能,代码仅供学习参考。勿用于其它用途。-VB to inject a thread, you can specify the input to be injected into the program name, the source to inject calculator program, for example, in the demonstration pro<jpudn16> 在 2025-09-29 上传 | 大小:5kb | 下载:0
[Windows编程] mousepoint
说明:VB获取鼠标指针坐标,在窗口中适时显示鼠标坐标,移动鼠标适时显示坐标信息,是计算鼠标所经过点的像素值,以下代码是关键代码: Private Sub Timer1_Timer() Dim point As POINTAPI GetCursorPos point 获取鼠标位置 Label1.Caption = "当前鼠标坐标:" & point.x & " , " & point.y End Sub-VB to get the coordina<jpudn17> 在 2025-09-29 上传 | 大小:4kb | 下载:0