Welcome![Sign In][Sign Up]
Location:
Search - FindWindowEx

Search list

[Hook apiGGCAutoIt

Description: 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 study
Platform: | Size: 27648 | Author: pandachen | Hits:

[Hook apiMSNHook

Description: 通过钩子捕捉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 then capture button.
Platform: | Size: 12047360 | Author: 刘睿智 | Hits:

[OS programExampleForFindHideToolz

Description: R3层 检 测 HideToolz的Delphi代码 原理很简单,检查系统托盘区内容是否包含"HideToolz"字串. 假如用HideToolz把Explorer.exe隐藏起来,那么上述代码就检测不到了. 此处复制内容到剪贴板代码: ToolBarHnd := FindWindowEx(0, 0, Shell_TrayWnd , nil) ToolBarHnd := FindWindowEx(ToolBarHnd, 0, TrayNotifyWnd , nil) ToolBarHnd := FindWindowEx(ToolBarHnd, 0, SysPager , nil) ToolBarHnd := FindWindowEx(ToolBarHnd, 0, ToolbarWindow32 , nil) if ToolBarHnd = 0 then begin Exit end 会跳出函数,当然你也可以跳出之前加入处理代码,防止Explorer.exe被隐藏. 完整的代码和测试包含在附件中,运行project1.exe,如果HideToolz开启会MessageBox否则没有任何提示安静的退出. -R3 layer testing of Delphi code HideToolz principle is very simple to check whether the system tray area contains " HideToolz" string. HideToolz If the Explorer.exe with hidden, then the code could not be detected above the. Here the code to copy the contents to the clipboard : ToolBarHnd: = FindWindowEx (0, 0, ' Shell_TrayWnd' , nil) ToolBarHnd: = FindWindowEx (ToolBarHnd, 0, ' TrayNotifyWnd' , nil) ToolBarHnd: = FindWindowEx (ToolBarHnd, 0, ' SysPager' , nil) ToolBarHnd : = FindWindowEx (ToolBarHnd, 0, ' ToolbarWindow32' , nil) if ToolBarHnd = 0 then begin Exit end will be out of function, of course, before you can jump out to deal with code, to prevent hidden Explorer.exe. complete code and test included in the Annex, the operation project1.exe, open HideToolz will MessageBox if there is no prompt or a quiet exit.
Platform: | Size: 33792 | Author: r00tsh3ll | Hits:

[OtherA_Supreme_Window_API_tutorial

Description:
Platform: | Size: 20480 | Author: coder0101 | Hits:

[OtherAPI_Spy_code_writer

Description: 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 writes out the code needed to find that window using find window and findwindowex.
Platform: | Size: 7168 | Author: coder0101 | Hits:

[Windows CE3D_Meter_DLL

Description: 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
Platform: | Size: 70656 | Author: 王昶海 | Hits:

[OtherGetExeContent

Description: 使用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 simple hook part. Code can itself be of deep.
Platform: | Size: 3747840 | Author: 123 | Hits:

[Game Hook CrackMyX5

Description: 针对最新的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 the FindWindowEx function
Platform: | Size: 6750208 | Author: Davy Abbot | Hits:

[Otherspylite24-(1)

Description: Spy++ Lite是一款强有力的编程辅助工具,对分析窗体结构有独到之处。可以以十六进制和十进制两种不同方式显示窗口句柄等所有数值。本软件还可以简单调节窗口的状态和形为,如是否可见,是否可用,最大化,激活等。除此以外,您还可以把它当作一个截图的小工具来用。:)-Spy++ Lite 2.4 Build 20080512 FindWindowEx、SendMessage、GetClassName、GetWindowText
Platform: | Size: 272384 | Author: 朱化国 | Hits:

[OS program2015.14.4

Description: 隐藏桌面上的所有图标,不要的时候给藏起来- Private Sub Command1_Click() Dim hWnd As Long hWnd = FindWindowEx(0&, 0&, Progman , vbNullString) ShowWindow hWnd, 5 End Sub
Platform: | Size: 13312 | Author: linbo888 | Hits:

[Applications归档

Description: 识别图像中心点和区域先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 message with sendmessage)
Platform: | Size: 4626432 | Author: suianom | Hits:

CodeBus www.codebus.net