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

搜索资源列表

  1. 获得USB设备句柄

    0下载:
  2. 我用VB写的应用程序,用的是68013芯片,驱动程序也已经安装好,并且操作系统已经能识别设备,可是应用程序用creatfile就是打不开设备,得不到设备句柄。-I use VB to write applications, using the 68013 chip, drivers have been installed, operating systems and equipment has the ability to recognize, but applications using cr
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1164
    • 提供者:宁雨
  1. 得到鼠标当前位置的句柄和类名

    0下载:
  2. 得到鼠标当前位置的句柄和类名.rar-be the current location of the mouse handle, and class names. Rar
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:12554
    • 提供者:陈利民
  1. getshellwnd 获取 Windows 外壳窗口的句柄

    0下载:
  2. 获取 Windows 外壳窗口的句柄-access to the Windows shell window handle
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:14457
    • 提供者:瑞宝旺
  1. 获取任务栏窗口句柄

    0下载:
  2. 获取任务栏窗口句柄-access to the window handle the task bar
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:12854
    • 提供者:李主
  1. 通过窗口句柄得到执行文件名  enummodules_demo

    0下载:
  2. 通过窗口句柄得到执行文件名  -window handle through the implementation of File Name
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:15987
    • 提供者:是月
  1. 枚举打开文件句柄

    2下载:
  2. 遍历进程枚举打开的文件句柄,可以说是文件删除利器。有多种删除方式R3 R0层
  3. 所属分类:驱动编程

    • 发布日期:2011-04-13
    • 文件大小:144536
    • 提供者:catface
  1. 通过标题找PID再找到句柄例子.txt

    0下载:
  2. 通过标题找PID再找到句柄例子.txt
  3. 所属分类:Windows编程

  1. QQhandles.rar

    0下载:
  2. 获取QQ窗体句柄并控制的实例,通过这个,可以了解如何获取句柄与SENDMESSAGE的使用方法,QQ form handles access and control examples
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:1116
    • 提供者:阿烨
  1. GetWindowHandle

    0下载:
  2. VC++中获取窗口句柄方法大全,可获得任意窗口的句柄,很多方法都不错!-VC++ method to obtain the window handle Daquan, get a handle to any window, many methods are good!
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:173681
    • 提供者:Tercel_fly
  1. EnumProc

    0下载:
  2. 通过枚举进程间所有窗口来获取自己指定所需的窗口句柄。-Enum Process Hwnd
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:50209
    • 提供者:wskgah
  1. hookyou

    0下载:
  2. 特别说明:本程序目的是更改其他程序窗口的显示内容(如数值)。用枚举主窗口和子窗口的方法只能找到有句柄的控件,发消息进行更改。对无句柄的控件就无能为力了,在spy++里都无法枚举Delphi/BCB/VB的label控件的只能采用截获TextOut的方法了,没想到其他更好的办法:-)这种就是所谓的屏幕取词技术了,金山词霸用的就是这种方法。-Special Note: This procedure aims to change the window display of other content
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:145907
    • 提供者:王孝天
  1. 获取窗口句柄及窗口内容的VB源程序

    1下载:
  2. 获取窗口句柄及窗口内容的VB源程序,及自动保存相应文档的功能。
  3. 所属分类:Windows编程

    • 发布日期:2012-10-30
    • 文件大小:14132
    • 提供者:trade6@126.com
  1. ManagedSpy1

    1下载:
  2. SPY++的改进版本,可以提取到更多的windows消息信息和句柄信息-SPY++ for improved version, can extract more information and the message windows handle information
  3. 所属分类:Windows Develop

    • 发布日期:2015-08-04
    • 文件大小:208719
    • 提供者:bloodxia
  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-30
    • 文件大小:7028
    • 提供者:xx
  1. enum

    0下载:
  2. 利用c++6.0编写的一个程序,可以获得当前运行进程的窗口句柄和类名。-failed to translate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:61188
    • 提供者:duanfengsheng
  1. 窗口句柄查看器

    0下载:
  2. 通过移动鼠标,获取鼠标指向的窗口类型、句柄、标题(Use the mouse to get the window type, handle, title)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:Sdylyh
  1. 根据句柄截图(可解决最小化问题,但是托盘不行)

    0下载:
  2. 根据窗体句柄截图,并且可以解决窗体最小化时同样截图(According to the form handle screenshot, and can solve the form minimized when the same screenshot)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:99328
    • 提供者:SOn_y
  1. 跟随鼠标获取句柄

    0下载:
  2. 通过鼠标钩子勾住鼠标所在位置控件,获取该控件的句柄。(Through the mouse hook to hook the mouse position control, access to the handle of the control.)
  3. 所属分类:钩子与API截获

    • 发布日期:2018-01-02
    • 文件大小:11264
    • 提供者:alfeng
  1. 鼠标取句柄

    0下载:
  2. 鼠标移动取窗口句柄源码!用于窗口句柄抓取!(Mouse move to take the window handle source code! Use the window handle to grab!)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:6144
    • 提供者:dlp
  1. 获取任意程序的窗体句柄并操作程序

    0下载:
  2. 获取任意程序的窗体句柄并操作程序,运行以后可以直接获取窗口句柄并对窗口进行操作(Get a form handle and an operating program for any program)
  3. 所属分类:界面编程

    • 发布日期:2018-05-06
    • 文件大小:87040
    • 提供者:Raulkk
« 12 3 4 5 6 7 8 9 10 ... 34 »
搜珍网 www.dssz.com