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

搜索资源列表

  1. C语言实用源码模块

    0下载:
  2. URL编码转换器,捕捉鼠标位置,获取本机IP地址代码,控制显示器代码,搜索指定文件,锁定鼠标,添加任务计划代码-URL encoding converter, capturing the mouse position, the access code for IP address, control display code, search the specified file, locking the mouse, add the mission planning code, etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.17kb
    • 提供者:张健
  1. s116_getInformation

    0下载:
  2. 该程序演示如何获取窗口的 句柄、类、标题(并可获取密码框中的密码) 以及 如何获得当前鼠标位置、如何使窗体总处于最顶端
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:2.74kb
    • 提供者:iopiop
  1. getcolor.rar

    0下载:
  2. C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。,C++ to prepare up color screen, and drag the mouse on the screen can get the color of any point, and then given 16 hexad
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:173.9kb
    • 提供者:151
  1. qqwinHookTest

    0下载:
  2. 上过QQ的朋友们都知道,当QQ窗口位于桌面的左边界、右边界或顶部的时候,QQ会自动隐藏起来;而一旦鼠标再次接触到上述边界的时候,QQ窗口又会自动展开。QQ的这种特效在一定程度上大大的节约了桌面资源,给使用者带来的方便。 QQ悬挂窗口主要特点就是结合窗口以及鼠标的位置,并通过鼠标事件来调整窗口的显示方式。其中,窗口以及鼠标的位置可以通过GetWindowRect和GetCursorPos这两个函数来获取,故如何获取鼠标事件成为QQ悬挂窗口实现的关键。 -QQ having friends
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:124.67kb
    • 提供者:savez
  1. ScreenGetColor

    0下载:
  2. 屏幕取色器是由it民工网(www.itminggong.com)站长开发的一款国产软件,该软件rgb是作者在长时间的程序开发过程中,由于编程经常需要获取某些窗口的RGB颜色值以及获取某些窗口信息而开发的,该软件界面清晰美观,点击界面取色区域图标,移动鼠标至任何一个窗口,可快速查看该窗口的类信息,当前鼠标位置信息,以及鼠标当前点的颜色值,软件最小化在右下角区域存在。双击恢复界面。方便易用、-Screen color picker is it migrant networks (www.itming
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:792.31kb
    • 提供者:wang
  1. get_edit_password

    0下载:
  2. 高级界面特效制作,获取编辑框密码,能显示鼠标位置,窗口句柄。-Advanced interface effects creation, access to the password edit box, can show the mouse position, window handle.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-13
    • 文件大小:3.26mb
    • 提供者:欧阳
  1. 143

    0下载:
  2. 获取鼠标在任意点上的位置,很不错的VB源码,适合VB爱好者学习研究。-Get mouse position at any point, a very good VB source code for VB enthusiasts to learn.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:1.66kb
    • 提供者:free04
  1. mouse

    0下载:
  2. 用MFC编程通过鼠标的移动获取鼠标的坐标位置-MFC programming through the movement of the mouse to obtain coordinates of the mouse position
  3. 所属分类:Dialog_Window

    • 发布日期:2016-01-25
    • 文件大小:15kb
    • 提供者:SKY
  1. SetClick

    0下载:
  2. 用c++写的一个鼠标点击器,自动获取鼠标的位置,定时点击-Written in c++ a mouse click, automatic access to the location of the mouse, timing click
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-15
    • 文件大小:6.19kb
    • 提供者:yangbear
  1. VBgetmouse

    0下载:
  2. 点击运行可以获取当前鼠标所在电脑屏幕左面的坐标位置-Click to run a computer can get the current mouse coordinates left of the screen
  3. 所属分类:ComboBox

    • 发布日期:2017-11-16
    • 文件大小:36.51kb
    • 提供者:封波
  1. get-colort

    0下载:
  2. 获取当前鼠标位置的RGB颜色值,且将其显示出来-Gets the current mouse position of RGB color values, and to display it
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-16
    • 文件大小:201.86kb
    • 提供者:WANGXIONG
  1. MyInterface

    0下载:
  2. opencv MFC对话框程序。 功能:打开图像 缩放图像 获取图像的分辨率 由鼠标给出像素的位置 获取像素的RGB值。 用途:适合初学C++图像处理的人参考学习。-Opencv MFC dialog application.
  3. 所属分类:ComboBox

    • 发布日期:2017-04-25
    • 文件大小:105.83kb
    • 提供者:xie
  1. VBXY

    0下载:
  2. VB 获取鼠标光标的XY坐标点的位置,可以-VB point
  3. 所属分类:Button control

    • 发布日期:2017-04-13
    • 文件大小:2.31kb
    • 提供者:tyj
  1. cscwinspy

    0下载:
  2. windows下根据鼠标位置获取桌面对话框的矩形区域,有点类似QQ的截图工具,自动识别鼠标位置的对话框大小-Obtaining a rectangular area according to the desktop box under Windows mouse position, somewhat similar QQ screenshot tool, automatic recognition of the size of the dialog mouse position
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-12
    • 文件大小:4.33kb
    • 提供者:陈孟江
搜珍网 www.dssz.com