资源列表
vbchangewall
- 让VB程序实现更换Windows墙纸(桌面壁纸)的功能,不是调用系统的设置程序,而是VB自己用代码实现,操作方法同样也很简单,只需选择一张你满意的图片就可以了,本例可了解一下VB与Windows有关方面的编程联系-Let VB program to replace the Windows wallpaper (wallpaper) function, instead of calling the system setup program, but their use VB code, metho
chazhizoom
- VB6.0图片缩放例子,VB使用二次线性插值法缩放图片,拖动上边的滚动条就可以缩放图片大小,运用二次线性插值法来完成图片的放大和缩小操作,源码开源,可在vb6.0中顺利编译-VB6.0 image scaling example, VB zoom pictures using quadratic linear interpolation method, drag the scroll bar on the top of the image size can be scaled, using li
PictureBox
- VB利用PictureBox控件实现图像的放大和缩小,使用图片框放大缩小图像,很给力的代码,其原理也是比较容易理解的,因此对学习VB的新手来说是个不错的参考源码-VB PictureBox control to achieve the use of images zoom in and out using the zoom image picture frame, is to force the code, the principle is relatively easy to understa
fanyeflash
- VB实现电子辞典翻页动画特效,鼠标点击页面的时候,自动翻页,很逼真,用VB实现这样的效果很不错了。加载资源文件中的图片,Timer2有效,向前翻页,如果在图片范围内,加载下一张图片,如果超出范围,清空图像框,将图片背景色显示为黑色,向后翻页有效.注意,frx文件里有很多图片资源,因此本源码压缩包将近8M,源代码部分其实很校-When VB realize electronic dictionaries flip animation effects, mouse click on the page
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
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
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
sethotkey
- VB设置快捷键的例子,自定义打开某程序的快捷键,这只是一个示例,演示原理和具体的代码实现: Dim bCancel As Boolean 用于判断是否退出程序 Public Sub RegFastKey() 注册快捷键 Dim ret As Long bCancel = False ret = RegisterHotKey(hwnd, &HBFFF&, MOD_CONTROL, vbKeyF) ProcessMessages
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
vbdllsetup
- VB控件注册程序,动态加载控件并进行注册,支持DLL/OCX类型控件通过本程序来注册,返回处理结果-VB controls the registration process, dynamic load control and registration, support DLL/OCX control through this type of program registration, returns processing results
pingmucapture
- 简易的VB屏幕抓图-带鼠标指针的抓图程序,也可自定义抓屏快捷键,用热键来抓屏那就更方便了。同时还可以设置局部抓图、全屏抓图、鼠标指针抓图,保存路径也是自己设置的,虽然小,但感觉空上截图程序用起来挺方便哦。特别是学习Vb编程的,这个代码的参考价值我想也是很大的-VB simple screen capture- capture program with the mouse pointer, but also can be customized screen capture shortcut key
mouserecord
- VB6.0的鼠标事件记录器源码文件,可设置隐藏程序窗体,功能上可实现录制鼠标事件、回放、停止、打开、另存为等功能。按下 ESC 键都将停止录制或者回放,请输入录制时间 :", "录制时不改变屏幕分辨率,您当前屏幕分辨率无法使用录制回放文件. 请确认是否继续,记录时候有时间限制-VB6.0 mouse event logger source file, you can set the program to hide a form, you can achieve the functional mo
