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

搜索资源列表

  1. qqmsgcode

    0下载:
  2. 最近看了些关于QQ的文章,有所思考,做了个小工具可以群体发送QQ消息,可以指定发送次数(有点象消息炸弹)用到了EnumWindows,FindWindows()等一系列函数,穷举对话框,可以查找到QQ对话框层,和一些分层以及字符串处理。代码在VC6,WIN200SERVER调试通过。-recently read some articles on the QQ, some thought, a small tool can send QQ news groups can specify this
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:30417
    • 提供者:锐锐
  1. EnumWindows

    0下载:
  2. 枚举所有窗口,将起最小化,没有其他什么了。-Enumerate all the windows will have the smallest, no other anything.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:27305
    • 提供者:曾潜明
  1. qqMsgSnd

    0下载:
  2. 可以实现qq消息*功能。 可以指定发送次数(有点象消息炸弹)用到了EnumWindows,FindWindows()等一系列函数,穷举对话框,可以查找到QQ对话框层,和一些分层以及字符串处理。代码在VC6,WIN200SERVER调试通过。-can achieve qq news listserv. This number can be designated (somewhat like a bomb news) uses EnumWindows, FindWindows () a ser
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:41308
    • 提供者:樊小毅
  1. zjdQQ

    0下载:
  2. CFile CWinApp CString CloseHandle GetCurrentProcessId CallNextHookEx GetForegroundWindow SendMessage GetAsyncKeyState ZeroMemory GetKeyNameText SetWindowsHookEx UnhookWindowsHookEx EnumWindowsProc GetProp EnumWindows LoadLibrary GetProcAddress ShowWi
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:1428
    • 提供者:gulin
  1. ontop

    0下载:
  2. enumwindows 的一个很简单的例子 使某个窗口靠在最前, vc7编译-enumwindows a very simple example to make a leaning front window, vc7 compiler
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:44432
    • 提供者:张原
  1. EnumWindows

    0下载:
  2. EnumWindows API使用说明,并有回调函数的例子-Use EnumWindows API and callback function example
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:9116
    • 提供者:zsd
  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. SSDT-Shadow-Hook

    2下载:
  2. Hook 了以下函数: NtUserFindWindowEx FindWindow NtUserGetForegroundWindow GetForegroundWindow NtUserQueryWindow GetWindowThreadProcessId NtUserWindowFromPoint WindowFromPoint NtUserBuildHwndList EnumWindows NtUserSetWindowLong SetWindowLong
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-21
    • 文件大小:383750
    • 提供者:TianSin
  1. howto_find_window_hierarchy_info

    0下载:
  2. This program gets information about the classes that make up a root window with a title containing some target text. For example, you can look for a form with a title containing the text "Notepad." When you enter the text to find and click the Fin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6810
    • 提供者:ahmad
  1. EnumWindows

    0下载:
  2. 实现从一个程序向另外一个程序批量自动输入数据,读入文本文件,转化为系统键盘消息。-A program from another program to automatically enter data volume, reading into the text file information into the system keyboard.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:29540
    • 提供者:邢延超
  1. SendInput

    0下载:
  2. 程序功能: 操纵大智慧专业版打开指定股票信息。 知识点: 1、windows窗口查找 EnumWindows(...) 2、虚拟按键,模拟键盘SendInput(...)-Program features: Manipulating Great Wisdom Professional Edition to open the specified stock information. Knowledge Points: 1, windows search window EnumWin
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:31339
    • 提供者:guoyufei
  1. KILLAPP

    1下载:
  2. 使用 EnumWindows API 函数来检查每个正在运行的窗口。 使用 GetWindowText 来确定每个窗口的标题。 当发现目标窗口时,在 programn 使用 SendMessage,将关闭自身的目标。-Use the EnumWindows API function to examine each running window. Use GetWindowText to determine each window s title. When it finds the targ
  3. 所属分类:Windows Develop

    • 发布日期:2017-01-31
    • 文件大小:2804
    • 提供者:LuckierMa
  1. EnumWindows

    0下载:
  2. 自己写的一个小工具,以树的方式用于列举指的进程的窗体信息,非常实用-just a tool for list all windows object s information by tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:234234
    • 提供者:李张张
  1. EnumWindows

    0下载:
  2. 序列化所有存在的window,如此可用來確認window的存在性-Enumerate all windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:55794
    • 提供者:bradeboy
  1. 2

    1下载:
  2. 通过EnumWindows,GetWindowText,SendMessage, 三个API,向窗口标题第一个字为‘电’字的顶层窗口发送WM_CLOSE消息-By EnumWindows, GetWindowText, SendMessage, the three API, the first word to the window title for the ' power' words to send WM_CLOSE message on top of the window
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:946
    • 提供者:孙悟空
  1. howto_kill_application

    0下载:
  2. Use the EnumWindows API function to examine each running window. Use GetWindowText to determine each window s title. When it finds the target window, the programn uses SendMessage to make the target close itself.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:5094
    • 提供者:npoker
  1. EnumWindows

    0下载:
  2. 列舉作業系統內現有的的控制元狀態,類似工作管理員的美觀排版,可以當做個人特製的工作管理員小程式,進階用法是切換控制元的工作。-enum function of listing processes inside x86 operation system.
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:6839
    • 提供者:KF
  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. allwindows

    0下载:
  2. 利用GetWindowLong(hWnd,GWL_STYLE)& WS_VISIBLE对打开的窗口进行查找,并将窗口的句柄存放在一个HWND的数组中,结合EnumWindows进行窗口的枚举,从而得到响应的窗口名称; 利用GetWindowLong(hWnd,GWL_STYLE)& WS_VISIBLE对打开的窗口进行查找,并将窗口的句柄存放在一个HWND的数组中,结合EnumWindows进行窗口的枚举,从而得到响应的窗口名称;-Use GetWindowLong (hWnd, GWL_S
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:17011
    • 提供者:王小东
  1. emuWind

    0下载:
  2. The EnumWindows function enumerates all top-level windows on the screen by passing the handle to each window, in turn, to an application-defined callback function. EnumWindows continues until the last top-level window is enumerated or the callback fu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:27854
    • 提供者:韩林
« 12 »
搜珍网 www.dssz.com