搜索资源列表

  1. computer

    0下载:
  2. 关机整人 小程序! 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiqi8 欢迎联系,共同学习! 功能: 利用 WinExec 实现cmd的调用。shutdown 关机命令! 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有XPButton 。 2.在定时器中 用FindW
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:125952
    • 提供者:璐盟其
  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-05-18
    • 文件大小:12047360
    • 提供者:刘睿智
  1. A_Supreme_Window_API_tutorial

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

    • 发布日期:2024-05-18
    • 文件大小:20480
    • 提供者:coder0101
  1. code

    0下载:
  2. 循环 1,窗口置前 2,模拟TAB键(需要等待sleep) 3,模拟1键普通攻击 4,攻击等待(1000毫秒) //这里是上节课的模拟按键打怪的代码 HWND hwnd hwnd=::FindWindow(NULL,"Element Client") //窗口置前 ::ShowWindow(hwnd,SW_RESTORE) ::SetForegroundWind
  3. 所属分类:外挂编程

    • 发布日期:2024-05-18
    • 文件大小:1872896
    • 提供者:jeffchang
  1. process_to_process_communication_FindWindow2

    0下载:
  2. 五子棋,两个进程,一个黑子,一个白子,互相通讯下棋,简单使用FindWindow定位-FiveChess,process to process communication,one is black,another is White,just use FindWindow locate another.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-18
    • 文件大小:775168
    • 提供者:huang
  1. EmunIEList

    0下载:
  2. 用FindWindow的方式枚举所有IE窗口,并获取IE窗口内的IWebBrowse2接口.-Using FindWindow approach enumerates all IE windows, and get inside the IE window IWebBrowse2 interface.
  3. 所属分类:ISAPI/IE编程

    • 发布日期:2024-05-18
    • 文件大小:5216256
    • 提供者:Ken
  1. window

    0下载:
  2. 输入窗口的标题,可以列举窗口里面的所有控件。你也可以重新设置对方控件里面的信息。 该程序主要方便新手学习FindWindow,GetWindowText,GetClassName,GetWindow,SetWindowText等常用api函数。-Enter the title of the window, you can list all the controls inside the window. You can also re
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:陈生
  1. HelpLogin

    0下载:
  2. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:151552
    • 提供者:追风
  1. EnumWindows

    0下载:
  2. VC++利用EnumWindows函数获得桌面所有窗口句柄的实例演示-VC++ using EnumWindows function to obtain the desktop window handle of the instance of the presentation of all
  3. 所属分类:外挂编程

    • 发布日期:2024-05-18
    • 文件大小:1873920
    • 提供者:xu7103224
  1. Turn-pid-to-hwnd

    0下载:
  2. 使用Findwindow和GetWindow一系列函数将进程的PID转化成句柄-Use a series of functions such as Findwindow & Getwindow to turn the PID of the process into hwnd
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:Carl Zhou
  1. OnlyOneInst

    0下载:
  2. mfc 基于对话框程序,只能打开一个程序- BOOL COnlyOneInstApp::InitInstance() { if (!FirstInstance()) return FALSE //已经有实例存在了,退出 //根据主窗口类名和主窗口名判断是否已经有实例存在了 if (pWndPrev = CWnd::FindWindow(_T("#32770"),"OnlyOne
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:20480
    • 提供者:韩宾
  1. VCdesktopmin

    0下载:
  2. mfc 基于对话框程序 使桌面所有窗口最小化 -//获得任务栏窗口 CWnd* pWnd = CWnd::FindWindow(_T("Shell_TrayWnd"), NULL) //发送ID为0x1F5(Win+ M)的WM_HOTKEY消息 pWnd->SendMessage(WM_HOTKEY, 0x1F5)
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:1878016
    • 提供者:韩宾
  1. 1

    0下载:
  2. SPY工具的源碼 利用這個找出窗口 句柄-SPY TOOLS FINDWINDOW PID TO CRACK
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:71680
    • 提供者:fousing
  1. SSDT-Shadow-Hook

    0下载:
  2. Hook 了以下函数: NtUserFindWindowEx FindWindow NtUserGetForegroundWindow GetForegroundWindow NtUserQueryWindow GetWindowThreadProcessId NtUserWindowFromPoint WindowFromPoint NtUserBuildHwndList EnumWindows NtUserS
  3. 所属分类:驱动编程

    • 发布日期:2024-05-18
    • 文件大小:384000
    • 提供者:TianSin
  1. API

    0下载:
  2. 模块-API-取窗体句柄 1.FindWindow //取指定窗口的句柄 有两个参数 2.GetForegroundWindow //取前台窗口的句柄 没有参数-Take the form module-API-handle 1.FindWindow// get the handle of the specified window has two parameters 2.GetForegroundWindow// get th
  3. 所属分类:外挂编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:赵新来
  1. dt

    0下载:
  2. 这是C#中用于显示或隐藏指定窗体的API函数,用刀FindWindow函数获取指定窗口的句柄。-API to show and hide Form
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:74752
    • 提供者:小明
  1. Interface

    0下载:
  2. 实现了锁定机子和调整透明度的功能,任务管理器的禁止可自行添加findwindow实时监控,钩子来禁止ctrl-alt-del我还不会。-To achieve a lock machine and adjust the transparency of the functions, tasks manager can add their own findwindow prohibit real-time monitoring, hook
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-18
    • 文件大小:3291136
    • 提供者:望云风
  1. ProcessEnder

    0下载:
  2. 利用FindWindow函数突破限制,强行结束锁屏进程,其中嵌套使用DOS命令。-FindWindow function to break out, forced the end of the lock screen process, which nested using the DOS command....
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:钟浩
  1. Read_SSDT

    0下载:
  2. 这是一份读取SSDT表的源代码,里面也有HOOk的例子-a code which can read SSDT and Hook some SSDT funtion NtUserFindWindowEx FindWindow NtUserGetForegroundWindow GetForegroundWindow NtUserQueryWindow GetWindowThreadProcessId NtUserWindowFromPoi
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:67584
    • 提供者:luyi
  1. ListChildWindow

    0下载:
  2. VC++, 使用API FindWindow枚舉子窗口。-VC++, to use the API FindWindow enumerate child window.
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:34816
    • 提供者:liu
« 1 2 34 »

源码中国 www.ymcn.org