CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 鼠标 vb

搜索资源列表

  1. d键盘、鼠标的钩子控件(有源码).rar

    0下载:
  2. 我很想学习VB希望能得到帐号
  3. 所属分类:钩子与API截获

    • 发布日期:
    • 文件大小:196791
    • 提供者:
  1. 截获鼠标移动事件的钩子例子VC.rar

    1下载:
  2. 我很想学习VB希望能得到帐号
  3. 所属分类:钩子与API截获

    • 发布日期:
    • 文件大小:88110
    • 提供者:
  1. 鼠标箭头滞留

    0下载:
  2. 一个用VB做的,可以实现鼠标滞留的程序源程序,说不清楚,一看就知道,-a VB do, can achieve a mouse stranded procedures source that is not clear, a person would know, thank you
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:86019
    • 提供者:王凯
  1. VB api0006模拟鼠标单击

    0下载:
  2. 程序说明: 本例采用API函数实现模拟的鼠标事件,程序运行后会 产生十分有趣的效果。也来试一试。 本例中只使用了相对鼠标坐标,我们也可以使用绝对 鼠标坐标来试一试。-procedures Note : In this example, using API functions simulation of a mouse, running will have a very interesting results. Also to test. In this example,
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:3947
    • 提供者:陈胜
  1. vb.net

    0下载:
  2. vb.net全局鼠标,可以在全局捕获鼠标所在的位置。
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:25152
    • 提供者:艳辉
  1. vb屏幕取词程序源代码getword_1.0

    1下载:
  2. getword1:读取鼠标所在位置的单词 getword2:读取鼠标所在位置的单词-getword1 : the location of the mouse to read the words getword2 : the location of the mouse to read the words
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:5931
    • 提供者:李文化
  1. VB设计的屏保

    0下载:
  2. 1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写VB应用程序时,可以采用如下方法:   1、改变窗体属性通常VB应用程序的窗体都采用有边框的窗体外观,但作为屏幕保护程序,应设置窗体为无边框,且为最大化。   2、隐藏及显示鼠标光标在Visual Basic应用程序中隐藏及显示鼠标光标需要运用Windows的API函数,该函数名为ShowCursor。当用参数值True调用时显示鼠标光标,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2514
    • 提供者:田欣
  1. 仿QQ鼠标截屏

    0下载:
  2. 用VB实现鼠标划定矩形截图功能
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-10-22
    • 文件大小:3207
    • 提供者:zhuo11@sina.com
  1. VB_winio.rar

    1下载:
  2. WINDOWS 系统下,vb 做出来的WINIO驱动级模拟鼠标,WINDOWS system, vb make out WINIO mouse-driven simulation
  3. 所属分类:驱动编程

    • 发布日期:2017-04-01
    • 文件大小:33439
    • 提供者:散步的鱼
  1. VB

    1下载:
  2. 获得句柄容易,用GetCursorPos和WindowFromPoint就可以,但截获消息有点难,因为不在一个内存地址空间里。 用钩子 全局鼠标钩子。 -Get a handle easily, with GetCursorPos and WindowFromPoint can, but intercepted the message a bit difficult, because not a memory address space. Global mouse hook with
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7028
    • 提供者:xx
  1. 用VB写多线程程序

    2下载:
  2. VB的多线程程序-VB of the multi-threaded program
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-11-09
    • 文件大小:9048
    • 提供者:黄光军
  1. screen

    0下载:
  2. VB获取屏幕鼠标经过颜色值及鼠标所在位置的坐标.-Access to the screen after the mouse VB color value and location coordinates of the mouse.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:2268
    • 提供者:Kewain
  1. VBGRAPHIC

    0下载:
  2. VB 6.0 Sin/Cos/Tan/Atan函数图象显示输出,以及坐标系编程基础,鼠标跟随等。自己学习时写的,希望对初学者有所启发.-VB 6.0 Sin/Cos/Tan/Atan function, image display output, and coordinates programming based on the mouse to accompany them. When you learn to write, and hope to inspire the beginner.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-25
    • 文件大小:11506
    • 提供者:palamer
  1. vb picrurebox绘图

    0下载:
  2. 简单的以鼠标在picturebox控件上移动来绘制点与点之间的线段,以达到绘制图形的目的。
  3. 所属分类:Windows编程

  1. vb.net仿qq

    0下载:
  2. VB.NET写的仿QQ好友列表控件,控件中,每一个组为一个控件,支持各项颜色的实时配置,测试时加载了2000个好友,无闪烁,无延迟,鼠标效果响应即时。信息区小图标是可以自由添加删除的,支持鼠标交互,也实现了鼠标移上去1秒后显示某个界面(提供了鼠标移入超时事件,可自定义超时时间)(Imitation QQ friends list controls, VB.NET controls written in each group as a control, real-time configuratio
  3. 所属分类:.net编程

  1. VBshubiao

    0下载:
  2. VB限制鼠标移动范围源码,很好的实例,可以控制鼠标(VB source limited the mouse movement)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:智能机械
  1. datagrid鼠标滚轮

    0下载:
  2. 实现datagrid数据表格具有鼠标滚轮上下滚动的特性(The implementation of the DataGrid data table has the feature of rolling the mouse roller up and down)
  3. 所属分类:Windows编程

  1. VB6.0 增加编辑器支持鼠标滚轮插件

    0下载:
  2. vb6微软官方代码编辑窗口支持鼠标滚轮滑动界面修复插件(VB6 Microsoft official code editor window supports mouse wheel sliding interface repair plug-in.)
  3. 所属分类:其他小程序

    • 发布日期:2018-05-02
    • 文件大小:13312
    • 提供者:pansong291
  1. VB模拟按键精灵自动点击网页

    1下载:
  2. VB模拟按键精灵,自动刷新网页 自动点击 自动语音提示(VB analog button wizard, automatic refresh of web pages, automatic click on automatic voice prompt)
  3. 所属分类:Windows编程

    • 发布日期:2021-03-08
    • 文件大小:132096
    • 提供者:beibeilong
  1. VB鼠标按键精灵

    2下载:
  2. VB鼠标按键精灵(VB模拟出的按键精灵大部分功能)(Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long) Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long
  3. 所属分类:其他

    • 发布日期:2019-11-04
    • 文件大小:93184
    • 提供者:大牛12345
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com