CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 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. enumproWin32

    0下载:
  2. 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码   本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),有一个指向回调函数的指针,并要对该函数进行重复调用,针对系统
  3. 所属分类:系统编程

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

    0下载:
  2. Enumerate Windows control and components
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2964
    • 提供者:Karr Wang
  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. 12786

    0下载:
  2. 如何获取ie地址和更改 Option Explicit Private Declare Function EnumWindows Lib \"user32\" (ByVal lpEnumFunc As Any, ByVal lParam As Long) As Long Start the enumeration. Private Sub cmdFindAddress_Click() lblAddress.Caption = \"\" EnumWindows
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:3274
    • 提供者:nyoyo
  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

    2下载:
  2. VC++利用EnumWindows函数获得桌面所有窗口句柄的实例演示-VC++ using EnumWindows function to obtain the desktop window handle of the instance of the presentation of all
  3. 所属分类:外挂编程

    • 发布日期:2014-01-18
    • 文件大小:1874050
    • 提供者:xu7103224
  1. EnumWindows

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

    • 发布日期:2017-03-30
    • 文件大小: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. EnumWindows

    0下载:
  2. 枚举当前操作系统(windos XP)中存在的所有窗口-Enumerate the current operating system (windos XP) that exist in all the windows
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:32656
    • 提供者:skyfly
  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. BossX

    0下载:
  2. 全局快捷键的示例 采用EnumWindows使进程唯一,设置全局快捷键,显示托盘图标. delphi 7源码-Examples of global shortcut keys
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:572079
    • 提供者:罗建良
  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-04-01
    • 文件大小: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
« 12 »
搜珍网 www.dssz.com