搜索资源列表
GGCAutoIt
- Garena遊戲對戰平台,擠房的小工具 裡面使用到FindWindowEx的WinAPI 來抓取並重覆擠房..適合初階學習 -Garena game against platforms, crowded room inside a small tool to use the WinAPI to crawl FindWindowEx and repeat crowded room .. for an early stage s
MSNHook
- 通过钩子捕捉MSN的密码。通过Findwindow找到MSN的窗体,然后通过FindWindowEX找到自窗体的输入框接着捕捉按键。-Through the hook to capture MSN password. FindWindow found through the MSN form, and then through the FindWindowEx to find form since the input box and t
ExampleForFindHideToolz
- R3层 检 测 HideToolz的Delphi代码 原理很简单,检查系统托盘区内容是否包含"HideToolz"字串. 假如用HideToolz把Explorer.exe隐藏起来,那么上述代码就检测不到了. 此处复制内容到剪贴板代码: ToolBarHnd := FindWindowEx(0, 0, Shell_TrayWnd , nil) ToolBarHnd := FindWindowEx(ToolBar
API_Spy_code_writer
- This will find the window your mouse is over(or the crosshair) and give you your normal api spy details [ hwnds {hex and dec, curretn and parent windows} mouse coordinates, etc. look at SS]. This also has a form that wri
3D_Meter_DLL
- wince下自己写的C#仪表控件(含源码和demo程序),适合初学者,有需要的可以来拿-wince written in C# under their own control, instrumentation (including source code and demo programs), suitable for beginners, there is a need that can come and collect
GetExeContent
- 使用FindWindowEx查找外部运行程序中窗口内容的程序。是查看外部程序的程序。制作了比较简单的钩挂部分。代码可以自己再深加。-Use FindWindowEx to find the content of external run the program in the window procedure. Is to check the external program process. Produced a relatively
MyX5
- 针对最新的QQ炫舞,可以修改游戏的窗口尺寸,难点在于查找游戏HWND,因为游戏是加密的,不能使用FindWindowEx函数-QQ-hyun for the latest dance, you can modify the game' s window size, difficulty is to find the game HWND, because the game is encrypted and can not use t
spylite24-(1)
- Spy++ Lite是一款强有力的编程辅助工具,对分析窗体结构有独到之处。可以以十六进制和十进制两种不同方式显示窗口句柄等所有数值。本软件还可以简单调节窗口的状态和形为,如是否可见,是否可用,最大化,激活等。除此以外,您还可以把它当作一个截图的小工具来用。:)-Spy++ Lite 2.4 Build 20080512 FindWindowEx、SendMessage、GetClassName、GetWindowText
2015.14.4
- 隐藏桌面上的所有图标,不要的时候给藏起来- Private Sub Command1_Click() Dim hWnd As Long hWnd = FindWindowEx(0&, 0&, Progman , vbNullString) ShowWindow hWnd, 5 End Sub
归档
- 识别图像中心点和区域先findwindow找到窗口句柄,再findwindowex找到按钮句柄,最后用sendmessage发送bm_click消息(Identify image center points and areas findwindow finds the window handle, findwindowex finds the button handle, and finally sends the bm_click m