资源列表
[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 sid<jpudn14> 在 2025-03-06 上传 | 大小: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 exa<jpudn16> 在 2025-03-06 上传 | 大小:5kb | 下载:0
[Windows编程] mousepoint
说明:VB获取鼠标指针坐标,在窗口中适时显示鼠标坐标,移动鼠标适时显示坐标信息,是计算鼠标所经过点的像素值,以下代码是关键代码: Private Sub Timer1_Timer() Dim point As POINTAPI GetCursorPos point 获取鼠标位置 Label1.Caption = "当前鼠标坐标:" & point.x & " , " & point.y<jpudn17> 在 2025-03-06 上传 | 大小:4kb | 下载:0
[Windows编程] 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<jpudn18> 在 2025-03-06 上传 | 大小:3kb | 下载:0
[Windows编程] pingmucapture
说明:简易的VB屏幕抓图-带鼠标指针的抓图程序,也可自定义抓屏快捷键,用热键来抓屏那就更方便了。同时还可以设置局部抓图、全屏抓图、鼠标指针抓图,保存路径也是自己设置的,虽然小,但感觉空上截图程序用起来挺方便哦。特别是学习Vb编程的,这个代码的参考价值我想也是很大的-VB simple screen capture- capture program with the mouse pointer, but also can be customiz<jpudn19> 在 2025-03-06 上传 | 大小:9kb | 下载:0
[Windows编程] mouserecord
说明:VB6.0的鼠标事件记录器源码文件,可设置隐藏程序窗体,功能上可实现录制鼠标事件、回放、停止、打开、另存为等功能。按下 ESC 键都将停止录制或者回放,请输入录制时间 :", "录制时不改变屏幕分辨率,您当前屏幕分辨率无法使用录制回放文件. 请确认是否继续,记录时候有时间限制-VB6.0 mouse event logger source file, you can set the program to hide a form, you<jpudn20> 在 2025-03-06 上传 | 大小:9kb | 下载:0