搜索资源列表

  1. 背景和鼠标

    0下载:
  2. 可以在一般背景下画图,也可以获取鼠标位置-in the general context of the class, but also access to the mouse position
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:133960
    • 提供者:hah
  1. 获取鼠标在任意点上的位置

    0下载:
  2. 获取鼠标在任意点上的位置-access to any point in the mouse position on the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5170
    • 提供者:夺在
  1. TSP

    0下载:
  2. 利用C#画完全图,获取鼠标位置,响应鼠标事件
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13083
    • 提供者:xiaorui
  1. 获取鼠标在任意点上的位置

    0下载:
  2. 获取鼠标在任意点上的位置-access to any point in the mouse position on the
  3. 所属分类:Windows编程

    • 发布日期:2024-06-02
    • 文件大小:5120
    • 提供者:夺在
  1. movemouse

    0下载:
  2. 这是一个通过钩子获取鼠标移动的小程序,能很好的获取鼠标的位置和控制移动-This is a hook through mobile access to a small mouse procedure can be very good access to the location of the mouse and control mobile
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-02
    • 文件大小:38912
    • 提供者:xzc
  1. 背景和鼠标

    0下载:
  2. 可以在一般背景下画图,也可以获取鼠标位置-in the general context of the class, but also access to the mouse position
  3. 所属分类:J2ME

    • 发布日期:2024-06-02
    • 文件大小:134144
    • 提供者:hah
  1. code0012

    0下载:
  2. 程序实现的思路是在窗体的MouseDown事件(当鼠标在窗体上按下时发生)中获取鼠标相对于窗体的坐标,在MouseOver事件(当鼠标移动时发生)中获取新的鼠标坐标值,显然这两个坐标值的差加上窗体原来的坐标,就是窗体应该移动到的新的坐标值。然后采用From.Move方法把窗体位置移动到新坐标值处即可。-Realize the idea of the procedures in the form of the MouseDown even
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-02
    • 文件大小:2048
    • 提供者:孔淑苗
  1. s116_getInformation

    0下载:
  2. 该程序演示如何获取窗口的 句柄、类、标题(并可获取密码框中的密码) 以及 如何获得当前鼠标位置、如何使窗体总处于最顶端-The program demonstrates how to obtain the window handle, class, title (and access to the password box password), as well as how to obtain the current mouse pos
  3. 所属分类:对话框与窗口

    • 发布日期:2024-06-02
    • 文件大小:2048
    • 提供者:iopiop
  1. TSP

    0下载:
  2. 利用C#画完全图,获取鼠标位置,响应鼠标事件-The use of C# Painting complete graph to obtain the mouse position, in response to mouse events
  3. 所属分类:C#编程

    • 发布日期:2024-06-02
    • 文件大小:35840
    • 提供者:xiaorui
  1. GETcolor

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

    • 发布日期:2024-06-02
    • 文件大小:226304
    • 提供者:sdfads
  1. ColorPicker

    0下载:
  2. 屏幕取色 鼠标直接获取鼠标位置的颜色值 一个很实用的例子-Color
  3. 所属分类:图片显示浏览

    • 发布日期:2024-06-02
    • 文件大小:20480
    • 提供者:chh
  1. mouse

    0下载:
  2. 获取鼠标位置,可以知道鼠标身在何方,获得鼠标位置,有好多程序都需要用到-Access to the mouse position, we can see that wherever the mouse
  3. 所属分类:Windows编程

    • 发布日期:2024-06-02
    • 文件大小:3072
    • 提供者:aaa
  1. JDraw

    0下载:
  2. 绘图软件的开发,顾名思义,就是要开发一个能进行绘图的程序,为了能获取鼠标单击点的位置信息,需要用鼠标事件监听程序MouseListener和MouseMotionListener来获取鼠标事件,为此说明一个类来说明和实现这两个接口。还要调用调色板。-Drawing software development, by definition, is to develop a program capable of drawing, in ord
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-02
    • 文件大小:15360
    • 提供者:徐晓琴
  1. test00

    0下载:
  2. 获取鼠标指针在窗口中的位置,实时的获取鼠标位置有助于合理规划窗体布局-Get mouse pointer position in the window, real-time access to the mouse position will help form the layout of rational planning
  3. 所属分类:Windows编程

    • 发布日期:2024-06-02
    • 文件大小:7300096
    • 提供者:
  1. Show-the-mouse-pointer

    0下载:
  2. 实现了VB.NET下的鼠标穿透 并实时获取鼠标位置-Achieved through VB.NET and mouse under the real-time access to the mouse position
  3. 所属分类:.net编程

    • 发布日期:2024-06-02
    • 文件大小:73728
    • 提供者:范扬
  1. xb

    0下载:
  2. 一个可以获取鼠标位置的源码,使用全局钓子,适用外挂制作初学者-One can obtain the source code of the mouse position, using the global fishing sub-apply the plug-in production beginners
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-02
    • 文件大小:6144
    • 提供者:陈中
  1. 捕捉鼠标位置

    0下载:
  2. 获取鼠标实时的坐标,鼠标移动的xy坐标及时捕捉(Get the coordinates of the mouse in real time)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-02
    • 文件大小:1024
    • 提供者:delbenben
  1. 获取鼠标位置

    0下载:
  2. 在vc环境下,实时获取鼠标位置,并打印出来(Get the mouse position in real-time and print it out)
  3. 所属分类:

    • 发布日期:2024-06-02
    • 文件大小:1474560
    • 提供者:zxynihao
  1. 获取鼠标位置

    0下载:
  2. labview调用dll获取鼠标当前坐标(Get the current mouse coordinates)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-02
    • 文件大小:7168
    • 提供者:青史不真
  1. 获取鼠标位置

    0下载:
  2. 以左上角为顶点,获取鼠标所在位置,调用了LABVIEW函数控件,完成获取(Take the upper left corner as the vertex, get the location of the mouse, call the LABVIEW function control, complete the acquisition.)
  3. 所属分类:LabView

    • 发布日期:2024-06-02
    • 文件大小:15360
    • 提供者:仲瑞啊
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org