搜索资源列表
API
- 模块-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 the handle of the foreground win
2222
- 模块-API-取进程ID 2.GetForegroundWindow //取前台窗口的句柄 没有参数 3.GetWindowThreadProcessId // 用窗口来获取进程的ID 4.GetCurrentProcessId // 取自己进程的ID-Module-API-take process ID 2.GetForegroundWindow// get the handle of the foreground window without parameter
1.3
- 模块-API-十六到十2.GetForegroundWindow //取前台窗口的句柄 没有参数 3.GetWindowThreadProcessId // 用窗口来获取进程的ID 4.GetCurrentProcessId // 取自己进程的ID 5.OpenProcess //打开进程 2035711 6.StrToIntExA //十六进制转换十进制获取进程的ID 4.GetCurrentProcessId // 取自己进程的ID 5.OpenProcess //打