搜索资源列表
VirtualMouse
- 虚拟模仿鼠标事件示例采用VB.net2005编写已经通过了测试
vb.net
- vb.net全局鼠标,可以在全局捕获鼠标所在的位置。
shortpath1
- 实现了VB,MO最短路径搜索。具体功能包括,2点间最短路径动态显示,各段长度标注。鼠标点击搜索最短路径,输入目标模糊查询搜索出最短路径。-Achieved VB, MO shortest path search. Specific functions include a 2-point shortest path between the dynamic display, the segment length annotation. Mouse click search the shortest
buguizequyu
- 通过vb.net的drawing命名空间实现对不规则区域鼠标事件的检测,以前的测试代码-Vb.net namespace through the drawing irregular regions of mouse events to achieve the detection, the previous test code
Show-the-mouse-pointer
- 实现了VB.NET下的鼠标穿透 并实时获取鼠标位置-Achieved through VB.NET and mouse under the real-time access to the mouse position
VirtualMouse-vb.net
- 使用VB.net编写的模拟鼠标各项动作的源码。包括鼠标左中右键的动作。-Source code written using VB.net simulate the mouse the action. Including the right of action in the mouse to the left.
MouseKeyBoardHook
- vb.net 键盘鼠标钩子程序,用于测试-vb.net 键盘鼠标钩子程序
toolbarset
- 禁止查看工具拦菜单中的菜单项,可禁止使用子菜单。VB6.0源码,禁止后,鼠标放在工具栏菜单项上,子菜单不可使用,通过本程序也可恢复或启用该项功能。只是为了学习VB与系统的相关操作,不建议这么修改系统某些功能。-Prohibit viewing tool bar menu menu items, prohibit the use of sub-menus. VB6.0 source, after the ban, the mouse on the toolbar menu items, subme
1450
- VB6.0编写的示波器,VB6.0开发的示波器,对于用VB编写图形化界面很有帮助,鼠标移动,坐标更随刷新,生成实时曲线图。-VB6.0 prepared by the oscilloscope, oscilloscope VB6.0 development, using VB to write graphical interface is very helpful for, move the mouse, coordinate with the refresh generated graphs
vb.net仿qq
- VB.NET写的仿QQ好友列表控件,控件中,每一个组为一个控件,支持各项颜色的实时配置,测试时加载了2000个好友,无闪烁,无延迟,鼠标效果响应即时。信息区小图标是可以自由添加删除的,支持鼠标交互,也实现了鼠标移上去1秒后显示某个界面(提供了鼠标移入超时事件,可自定义超时时间)(Imitation QQ friends list controls, VB.NET controls written in each group as a control, real-time configuratio
VB.Net句柄截图取色
- 通过指定窗口的句柄截图,可遮挡窗口截图,并通过获取鼠标点击图片处的3原色或指定坐标处的3原色,为后台截图分析指定窗口指定位置处的颜色提供便利。