作者IOann (张昱珩)
看板EzHotKey
标题Re: [AHK-] 请教一个ahk_class的问题
时间Sat May 15 00:58:20 2010
1. 首先你要知道怎麽抓 class name:
可以用 AutoHotkey 附的 AutoIt3 Window Spy 看,第三行就是。
2. 范例:
;; 只会 run 一次
WinWait, ahk_class Notepad
msgbox, Detected notepad.
WinActivate, ahk_class Notepad
※ 引述《notlo》之铭言:
: 作者: notlo (notlo) 站内: EzHotKey
: 标题: [AHK-] 请教一个WinWaitActive的问题
: 时间: Wed May 12 06:08:45 2010
: 各位先进好:
: 我想请教一个问题,以底下为例子..
: WinWait, winwait.txt - 记事本,
: IfWinNotActive, winwait.txt - 记事本, , WinActivate, winwait.txt - 记事本,
: WinWaitActive, winwait.txt - 记事本,
: 我现在记事本是开启winwait.txt这个档案,但我每次开的档案并不一定,
: 那我要如何不管它现在开的是什麽档案,
: 只要记事本有执行,在WinWaitActive时就让它WinActivate呢??
: 谢谢各位
--
╭═ █ ☆ ███ ☆╰══════════════╮
║ █ ☆ ███ ☆ ███ ☆ ▉██ ☆ ▉██ ☆║
╬ █ ☆ ███ ☆ ███ ☆ ███ ☆ ███ ☆╫
╬ █ ☆ ██▉ ☆ ▇▇█ ☆ ███ ☆ ███ ☆╫
║ █ ☆ ██▉ ☆ ▉██ ☆ █▉█ ☆ █▉█ ☆║
╰╮ █ ☆ ███ ☆ █▉█ ☆ █▉█ ☆ █▉█ ☆╝
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 114.42.212.54
1F:推 notlo:谢谢您的举例说明,我又多学了一招了.. 05/23 07:12
※ 编辑: IOann 来自: 211.21.127.209 (07/30 20:25)