搜索资源列表
qqmsgcode
- 最近看了些关于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
qqMsgSnd
- 可以实现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
JS
- 现在制作*的大多都遇上一个问题,就是找不到龙族进程。其实很简单,因为大家使用的都是Findwindows函数,这个函数需要得到窗体的类名才能获得窗体句柄。而现在窗体类名已经被官方加密,等于说Findwindows函数已经彻底被屏蔽了,很多想写龙族*的都卡在了这一步上。 其实要破这个限制很容易的,官方现在不再隐藏进程里的dragonraja.bin,所以我们完全可以放弃Findwindows函数转向从进程上下手! 这里公布一段VB原代码,作用是怎样获取指定的进程!
findwindows
- 能够遍历子窗口,并获取窗体的句柄和caption-find chirld windows
FindWindows
- 一个查找窗口的小例子代码,可以枚举所有的窗口,一个不错的代码。-A small window to find examples of code, you can enumerate all the windows, a good code.
findwindow
- vb 实现FindWindows操作,以完成对窗口的底层操作-vb findwindows to operator the windows
CreateProcessandFindWindows
- 采用CreateProcess和FindWindows结合.此功能可以可以单步通过程序中的指令,并进入指定的函数调用,此功能对于函数的嵌套层不限. -Combined with CreateProcess and FindWindows. This feature allows you to single step through the program instructions, and enter the specified function call, this feature is no
Findwindows
- 系统任务栏的透明度可以随意调(支持全部系统)-The system task bar adjustable transparency (all systems )
FindWindows
- 窗口句柄抓取实例 .和传道相对应的参数给该窗口中的实例-Findwindows hwnd
SDSKYOption
- ,通过FindWindows API 实现 WinForm应用程序通信-By FindWindows API realize WinForm application communication
截图遮挡程序的图片
- 截图遮挡程序的图片,delphi制作,类似findwindows(Screenshot of occlusion program)
找到窗口坐标并点击
- Delphi 找到窗口坐标并点击,类拟*,findwindows(Delphi to find the window coordinates and click, class plug-in, findwindows)
FindWindows
- 使用user32 api通过windows窗口句柄遍历子集找到对应窗口的实例(Use user32 API to traverse the subset through the windows window handle, and find examples of corresponding windows.)