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

搜索资源列表

  1. EnumWindows

    1下载:
  2. VC++ 枚举桌面所有顶层窗口,列出窗口类名和窗口标题等-Desktop VC++ enumeration of all top-level window, listing the window class name and window title, etc.
  3. 所属分类:Dialog_Window

    • 发布日期:2015-10-12
    • 文件大小:11264
    • 提供者:sccd111
  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. EnumProc

    0下载:
  2. 本程序在vc6下运行,枚举所有窗口,达到很好的效果-This procedure runs in vc6, enumerate all the windows, reaching very good results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:36281
    • 提供者:李燕
  1. allwindows

    0下载:
  2. 在此我定义了一个过程EnumWindowsProc,通过GetWindowLong来完成对打开程序窗口的枚举;通过ListBox实现程序的列举;并将每次调用的枚举结果存放在/info目录下当天日期为文件名称的.txt文件里;-I defined a process EnumWindowsProc, through GetWindowLong to completion of the open window enumeration ListBox to achieve through the p
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:12044
    • 提供者:417944633
  1. cSharp100Demon

    0下载:
  2. cSharp100个案例 锯齿型数组 重载 邮件提示器 邮件发送程序 透明窗口 进度条的使用 运动的球 菜单的使用 翻牌游戏 网页下载器 线程例子 线程休眠 类型转换 简易计算器 生成网页 添加控件 浮动的窗口 浏览图片 测试webserer 栈的操作 枚举的使用 构造函数 来抓我啊 显示系统字体 时钟的使用 旋转的秒针 方法重载 文件读写 文件夹内容搜索器 数组应用 支持
  3. 所属分类:CSharp

    • 发布日期:2016-01-27
    • 文件大小:1436432
    • 提供者:advaw
  1. delfile

    0下载:
  2. 拖放删除文件,将文件拖放至你此窗口内,并可以枚举到文件与目录,进行删除-delfile
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:729850
    • 提供者:lovelkj
  1. enumwin32pro

    0下载:
  2. 如何用 Win32 APIs 枚举应用程序窗口和进程_enumwin32pro-How to use Win32 APIs and the enumeration process of the application window _enumwin32pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:3280
    • 提供者:可樂
  1. ReadOtherCmdLine

    0下载:
  2. 枚举进程,及对应的窗口标题,并查看其完整命令行参数 vc2008源代码-Enumeration process, and the corresponding window title, and view its full command-line arguments vc2008 source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:41460
    • 提供者:haizipsi
  1. 1234

    0下载:
  2. 枚举关闭所以桌面窗口的一个很简单的小程序-So, the desktop window, close the enumeration of a very simple little program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:5978
    • 提供者:jjq
  1. clsProcess

    0下载:
  2. 进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)-Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the pr
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:10069
    • 提供者:林勇辉
  1. wallwindows

    0下载:
  2. 枚举所有打开程序的窗口allwindows.zip-Enumerate all open windows allwindows.zip program
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:982376
    • 提供者:进则群
  1. Window

    0下载:
  2. 枚举所有的windows窗口 并在treelist控件中显示-Enumerate all the windows and window controls appear in treelist
  3. 所属分类:TreeView

  1. EnumShow

    0下载:
  2. 枚举并显示 所有顶级窗口 如果不小心把窗口隐藏 可以用此程序找回 -Enumerate and display all top-level windows if you do not care to hide the window can be recovered using this program ~ ~
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:179234
    • 提供者:洋洋
  1. csharp100

    0下载:
  2. c#(c sharp)实用100小实例 内容有 锯齿型数组 重载 邮件提示器 邮件发送程序 透明窗口 进度条的使用 运动的球 菜单的使用 翻牌游戏 网页下载器 线程例子 线程休眠 类型转换 简易计算器 生成网页 添加控件 浮动的窗口 浏览图片 测试webserer 栈的操作 枚举的使用 构造函数 来抓我啊 显示系统字体 时钟的使用 旋转的秒针 方法重载 文件读写 文
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2202452
    • 提供者:cao
  1. Enumeration_of_the_classic_Windows_window_example_

    0下载:
  2. Windows窗口的枚举的经典实例代码Enumeration of the classic Windows window example code-Enumeration of the classic Windows window example code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6770
    • 提供者:uw
  1. vc_Programming_enumerate_top_level_desktop_windows

    0下载:
  2. vc编程开发枚举桌面所有顶层的窗口经典代码vc Programming enumerate all top-level desktop, the windows classic code-vc Programming enumerate all top-level desktop, the windows classic code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:13715
    • 提供者:tgh
  1. ShowProcessID

    0下载:
  2. 做外挂的时候利用窗口句柄找到各个进程的ID,只需要枚举各个窗口就行了!-Make use of plug-in window handle to find the time each process ID, only need to enumerate all windows on the list!
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-10
    • 文件大小:2242611
    • 提供者:徐海霞
  1. Enumeratewindow

    0下载:
  2. 神2也教你学E易语言枚举系统窗口和取得句柄例程及关闭窗口源代码本列程可取得系统窗口句柄文件本源码归神二所有-2 God has taught you how to enumerate the system easy language E windows and a handle routine and close the window to obtain the source code files for all of the source to God II
  3. 所属分类:钩子与API截获

    • 发布日期:2017-03-29
    • 文件大小:1964
    • 提供者:pkjapan
  1. vbenumHwndandClassName

    0下载:
  2. vb实现的枚举指定窗口上所有控件Classname和Hwnd的程序。 vb6.0+windowXp Sp3编译通过-vb enumerate the specified window on the implementation of all the controls and Hwnd Classname procedures. vb6.0+ windowXp Sp3 compile
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:4015
    • 提供者:Seneal
  1. enumwindow

    0下载:
  2. windows ce环境下应用软件,一个很实用的工具,枚举当前环境下的顶层窗口-windows ce environment, application software, a very useful tool, enumerate top-level window under the current environment
  3. 所属分类:Windows CE

    • 发布日期:2017-05-11
    • 文件大小:2747666
    • 提供者:josh.yu
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com