搜索资源列表
qqmsgcode
- 最近看了些关于QQ的文章,有所思考,做了个小工具可以群体发送QQ消息,可以指定发送次数(有点象消息炸弹)用到了EnumWindows,FindWindows()等一系列函数,穷举对话框,可以查找到QQ对话框层,和一些分层以及字符串处理。代码在VC6,WIN200SERVER调试通过。-recently read some articles on the QQ, some thought, a small tool can send QQ
EnumWindows
- 枚举所有窗口,将起最小化,没有其他什么了。-Enumerate all the windows will have the smallest, no other anything.
qqMsgSnd
- 可以实现qq消息*功能。 可以指定发送次数(有点象消息炸弹)用到了EnumWindows,FindWindows()等一系列函数,穷举对话框,可以查找到QQ对话框层,和一些分层以及字符串处理。代码在VC6,WIN200SERVER调试通过。-can achieve qq news listserv. This number can be designated (somewhat like a bomb news) uses Enu
enumproWin32
- 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码 本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),
EnumWindows
- Enumerate Windows control and components
zjdQQ
- CFile CWinApp CString CloseHandle GetCurrentProcessId CallNextHookEx GetForegroundWindow SendMessage GetAsyncKeyState ZeroMemory GetKeyNameText SetWindowsHookEx UnhookWindowsHookEx EnumWindowsProc GetProp EnumWindows Loa
12786
- 如何获取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.
ontop
- enumwindows 的一个很简单的例子 使某个窗口靠在最前, vc7编译-enumwindows a very simple example to make a leaning front window, vc7 compiler
ontop
- enumwindows 的一个很简单的例子 使某个窗口靠在最前, vc7编译-enumwindows a very simple example to make a leaning front window, vc7 compiler
EnumWindows
- 枚举所有窗口,将起最小化,没有其他什么了。-Enumerate all the windows will have the smallest, no other anything.
enumproWin32
- 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码 本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),
EnumWindows
- Enumerate Windows control and components
12786
- 如何获取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.Ca
EnumWindows
- 枚举当前操作系统(windos XP)中存在的所有窗口-Enumerate the current operating system (windos XP) that exist in all the windows
EnumWindows
- EnumWindows API使用说明,并有回调函数的例子-Use EnumWindows API and callback function example
SendInput
- 程序功能: 操纵大智慧专业版打开指定股票信息。 知识点: 1、windows窗口查找 EnumWindows(...) 2、虚拟按键,模拟键盘SendInput(...)-Program features: Manipulating Great Wisdom Professional Edition to open the specified stock information. Knowledge Points: 1,
KILLAPP
- 使用 EnumWindows API 函数来检查每个正在运行的窗口。 使用 GetWindowText 来确定每个窗口的标题。 当发现目标窗口时,在 programn 使用 SendMessage,将关闭自身的目标。-Use the EnumWindows API function to examine each running window. Use GetWindowText to determine each window s
EnumWindows
- 自己写的一个小工具,以树的方式用于列举指的进程的窗体信息,非常实用-just a tool for list all windows object s information by tree
EnumWindows
- VC++利用EnumWindows函数获得桌面所有窗口句柄的实例演示-VC++ using EnumWindows function to obtain the desktop window handle of the instance of the presentation of all
EnumWindows
- VC++ 枚举桌面所有顶层窗口,列出窗口类名和窗口标题等-Desktop VC++ enumeration of all top-level window, listing the window class name and window title, etc.