.版本 2
.子程序 _按钮1_被单击
.局部变量 窗口句柄, 整数型
.局部变量 进程ID, 整数型
窗口句柄 = FindWindowA (“要取的进程的窗口类名”, “要取的进程的窗口标题”)
GetWindowThreadProcessId (窗口句柄, 进程ID)
信息框 (到文本 (进程ID), 0, , )
-----------------------------------------------------------------------------------------
用到的API:
.版本 2
.DLL命令 FindWindowA, 整数型, "user32.dll", "FindWindowA", , 寻找窗口句柄
.参数 lpClassName, 文本型, , 窗口类名
.参数 lpWindowName, 文本型, , 窗口标题
.DLL命令 GetWindowThreadProcessId, 整数型, "user32", "GetWindowThreadProcessId"
.参数 hWnd, 整数型, , 0
.参数 lpdwProcessId, 整数型, 传址, 0
--------------------------------------------------------------------------------------
不知道这样符不符合要求?需要用findwindow + getwindowthreadprocessid 两条api , getwindowthreadprocessid的第二个参数要打上传址
下载一个精益模块就好了