搜索资源列表

  1. GGCAutoIt

    0下载:
  2. 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
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-13
    • 文件大小:27648
    • 提供者:pandachen
  1. MSNHook

    0下载:
  2. 通过钩子捕捉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
  3. 所属分类:钩子与API截获

    • 发布日期:2024-06-13
    • 文件大小:12047360
    • 提供者:刘睿智
  1. ExampleForFindHideToolz

    0下载:
  2. R3层 检 测 HideToolz的Delphi代码 原理很简单,检查系统托盘区内容是否包含"HideToolz"字串. 假如用HideToolz把Explorer.exe隐藏起来,那么上述代码就检测不到了. 此处复制内容到剪贴板代码: ToolBarHnd := FindWindowEx(0, 0, Shell_TrayWnd , nil) ToolBarHnd := FindWindowEx(ToolBar
  3. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:33792
    • 提供者:r00tsh3ll
  1. A_Supreme_Window_API_tutorial

    0下载:
  2. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:20480
    • 提供者:coder0101
  1. API_Spy_code_writer

    0下载:
  2. 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
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:7168
    • 提供者:coder0101
  1. 3D_Meter_DLL

    0下载:
  2. 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
  3. 所属分类:Windows CE

    • 发布日期:2024-06-13
    • 文件大小:70656
    • 提供者:王昶海
  1. GetExeContent

    0下载:
  2. 使用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
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:3747840
    • 提供者:123
  1. MyX5

    0下载:
  2. 针对最新的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
  3. 所属分类:外挂编程

    • 发布日期:2024-06-13
    • 文件大小:6750208
    • 提供者:Davy Abbot
  1. spylite24-(1)

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

    • 发布日期:2024-06-13
    • 文件大小:272384
    • 提供者:朱化国
  1. 2015.14.4

    0下载:
  2. 隐藏桌面上的所有图标,不要的时候给藏起来- Private Sub Command1_Click() Dim hWnd As Long hWnd = FindWindowEx(0&, 0&, Progman , vbNullString) ShowWindow hWnd, 5 End Sub
  3. 所属分类:系统编程

    • 发布日期:2024-06-13
    • 文件大小:13312
    • 提供者:linbo888
  1. 归档

    0下载:
  2. 识别图像中心点和区域先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
  3. 所属分类:行业应用软件

    • 发布日期:2024-06-13
    • 文件大小:4626432
    • 提供者:suianom

源码中国 www.ymcn.org