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

搜索资源列表

  1. allwindows

    0下载:
  2. 枚举当前所有打开的程序窗口,其原理是利用GetWindowLong(hWnd,GWL_STYLE)& WS_VISIBLE对打开的窗口进行查找,并将窗口的句柄存放在一个HWND的数组中,结合EnumWindows进行窗口的枚举,从而得到响应的窗口名称;通过定义了一个过程EnumWindowsProc,通过GetWindowLong来完成对打开程序窗口的枚举;通过ListBox实现程序的列举;并将每次调用的枚举结果存放在/info目录下当天日期为文件名称的.txt文件里-GetWindowLong
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-25
    • 文件大小:13422
    • 提供者:johny
  1. getHWND

    0下载:
  2. JNI方式获取java窗口的句柄,用于对窗口进行控制-get the java window s HWND
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:47302
    • 提供者:zhulijun
  1. Adsorption

    0下载:
  2. 窗口吸附,跟随.版本 2 .子程序 依附窗口 a = 取句柄 (“QQ.exe”, “TXGuiFoundation”, “QQ2012”) GetWindowRect (a, b) _启动窗口.移动 (b.l + 114, b.t + 178, , ) _启动窗口.总在最前 = 真 -Adsorption window
  3. 所属分类:ELanguage

    • 发布日期:2017-12-08
    • 文件大小:44592
    • 提供者:张一豪
  1. zdfeq3w4234123

    0下载:
  2. 软件测试 按照窗口标题 以及按钮名称 自动点击 无需取按钮句柄 易语言-Software testing in accordance with the window title and name automatically click the button without button handle easy language
  3. 所属分类:ELanguage

    • 发布日期:2017-12-08
    • 文件大小:161629
    • 提供者:huai
  1. source_code

    0下载:
  2. 通过手机飞信控制电脑,具体程序流程: 获取飞信窗口的句柄 获取飞信窗口的内容 提升权限 进行关机或注销等操作 -Control computer, phone Fetion specific program flow: Get Fetion window handle to get the contents of the window Fetion elevated privileges to shut down or canceled operations
  3. 所属分类:JavaScript

    • 发布日期:2017-12-01
    • 文件大小:5764998
    • 提供者:zhh
  1. isee

    0下载:
  2. 提供多达26种图象格式的读写插件,新的插件还在不断地开发当中。 支持从EXE、剪贴板、窗口、HBITMAP句柄、内存等多种介质中直接读写图象。 拥有极简易的使用方法。引擎常用的接口函数只有4个。 提供极易扩展的图象处理接口。开发人员可以很容易的在此接口上挂接自己的图象处理模块。 图象插件的安装、卸载、管理等工作均由引擎自己负责,调用者无需干预(全自动)。 图象插件及引擎内部拥有完善的异常处理机制,以及专用的内存防护系统,工作稳定可靠。 提供非常详尽的全中文开发手册及使用范
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:1128409
    • 提供者:yeqiuguo
  1. winmain

    0下载:
  2.  Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows programs running principle and procedures of the preparation process, the process window handle principle, message queue, the callbac
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-11
    • 文件大小:18058
    • 提供者:朱贇
  1. SpyPP

    0下载:
  2. VB 实现Spy++工具,vb 开发的spy,获取所有窗口或控件的句柄,对学习句柄很有好处。-VB achieve Spy++ tools, vb development of the Spy, to obtain the handle to the window or control, is very good for learning handle.
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:67251
    • 提供者:abc
  1. qw

    0下载:
  2. 函数: InitInstance(HINSTANCE, int) 目的: 保存实例句柄并创建主窗口 函数: WndProc(HWND, UINT, WPARAM, LPARAM) 目的: 处理主窗口的消息-Function: InitInstance (HINSTANCE, int) Objective: To save the instance handle and creates main window function: WndProc (HWND, UINT, WPARAM,
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:1956963
    • 提供者:胡兆祥
  1. CKJGCX

    0下载:
  2. 这个小程序,是用来查找窗口的至窗口结构的。很方便就可以了解句柄结构。-This little program is used to find the window to the window structure. I can understand the handle structure.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-09
    • 文件大小:8121
    • 提供者:建华
  1. 20130510-desktop-frame

    0下载:
  2. vb.net2008工程源代码. 网上讲系统托盘,演示系统托盘的程序太多了,但是都太简单,用处有些,但不大,我根据自己程序的需求,提取出来一个很多标准桌面引用程序都使用的模式,同时也是提供了一个框架,朋友们可以直接在这上面开发属于自己的应用了.代码两很少,针对零起点,但是用户体验非常好 0.这是很多标准桌面应用程序都使用的模式 1.窗口打开后,程序在任务栏和托盘同时显示 2.点击最小化,任务栏上的不消失,只是最小化,同时托盘的图标也存在 3.点击
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:225225
    • 提供者:王二小
  1. Windows-SDK

    0下载:
  2. 1、学会使用VC6.0建立一个Win32 Console Application工程程序内容为屏幕上分成3行输出自己的班级、姓名、学号。 2、学会使用VC6.0建立一个Win32Application工程,把附录的程序调通,并能够运行。 3、在实验内容(2)的基础上修改程序,要求:  窗口背景的颜色为灰色(GRAY_BRUSH)  窗口标题为:“XXX上机实验”(XXX为自己的姓名);  鼠标的形状为:(IDC_HELP)
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:1177
    • 提供者:freebank
  1. bin

    0下载:
  2. 通过句柄查看相关窗口信息 上课做的一个小程序-View through window handles information class to do a small program
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:5292
    • 提供者:俞语鱼
  1. SpyDIY

    0下载:
  2. VC6.0 开发的SPY++,能够获取当前窗口的参数,句柄,然后截取当前窗口的图像,有利于初学者对系统的了解-VC6.0 developed SPY++, able to obtain the parameters of the current window, handle, and then intercept the current window image will help beginners learn the system
  3. 所属分类:Hook api

    • 发布日期:2017-11-11
    • 文件大小:14973445
    • 提供者:郏永红
  1. hidekit

    0下载:
  2.  C#源码实现隐藏在窗口左侧的工具栏小窗口,默认状态下,打开窗口时工具箱是隐藏的,可以只看到一条竖线,鼠标移到竖线上面,工具栏就展开了,展开的工具栏带关闭按钮,用户可在不需要时随时关闭它。   实现过程概述:获取控件及窗体的句柄,获取当前鼠标下可视化控件的句柄,获取指定句柄的父级句柄,获取当前鼠标下可视化控件的句柄,置存储句柄的变量,记录原始句柄,遍历该句柄的父级句柄,获取当前鼠标下可视化控件的句柄,返回最底层的父级句柄-C# source code to hide the toolbar
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:42652
    • 提供者:tpudn51
  1. Bosskey

    0下载:
  2. 自制vb老板键,能够通过窗口标题,窗口类,句柄隐藏显示窗口,键盘钩子作为热键控制-Homemade vb boss key, can use window s caption, class,and the handle hides the display windows,use the keyboard hook as Hotkey Control
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:48980
    • 提供者:可乐加冰
  1. CKTT

    0下载:
  2. 工具可以定位窗口、句柄。读取句柄、窗口。发送message,修改窗口标题-Tools can be positioned window handles. Read handle, window. Send message, modify the window title
  3. 所属分类:EditBox

    • 发布日期:2017-04-01
    • 文件大小:33568
    • 提供者:祖明
  1. 444

    0下载:
  2. 获得活动窗口的基础(句柄、标题等),VB的,能通,可以下载看看,可能对你有帮助,谢谢。-The base of the active window (handle, title, etc.), VB, can pass, you can download and see, may be helpful for you, thank you.
  3. 所属分类:SNMP

    • 发布日期:2017-04-05
    • 文件大小:2299
    • 提供者:shanghaiblwy
  1. MFC-Tutorial-Application

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数等各类基础到精通的入门教程,使用VC++的若干小技巧,指出初学者常犯错误及注意事项。-Windows program operating principle of programming process, the process window, handle theory, message queues, and other types of callback functions basic to profici
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3619514
    • 提供者:HCW
  1. VCPPdetailed-explanation

    0下载:
  2. Windows API与Win32 SDK\窗口与句柄\ 消息与消息队列\ GetStockObject()得到画笔、画刷、字体、调色板的句柄,使用时必须用类型转换\控件的访问\定制应用程序的外观\图形的保存和重绘-Windows API and the Win32 SDK \ windows and a handle \ messages and message queues \ GetStockObject () by brush, brushes, fonts, color palette
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:104494
    • 提供者:beunvei
« 1 2 ... 22 23 24 25 26 2728 29 30 31 »
搜珍网 www.dssz.com