hz2004cj 发表于 2013-3-27 15:47:20

如何用AU3找到当前窗口的句柄?

如何用AU3找到当前窗口的句柄?然后通过句柄来关闭该窗口

zch11230 发表于 2013-3-27 16:27:47

_WinAPI_GetActiveWindow
_WinAPI_GetForegroundWindow

mbdnmt 发表于 2013-3-28 00:02:52

通过@AutoItPID可以获得当前运行脚本的进程 PID.

meteor0330 发表于 2013-3-28 08:43:56

local $hWnd = WinGetHandle("")
WinClose($hWnd)

maolimin256 发表于 2013-4-2 23:55:25

WinClose("", "")

ethantco 发表于 2013-4-8 16:37:03

$handle = wingethandle("标题","文本")
winclose($handle)

不知对不对,呵呵
页: [1]
查看完整版本: 如何用AU3找到当前窗口的句柄?