Re: [AHK-] 抓視窗標題

看板EzHotKey作者 (小糠榔)時間16年前 (2008/09/02 10:15), 編輯推噓3(301)
留言4則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《bestpika (飛影‧忌子)》之銘言: : 大家好, : 目前我有一個IE視窗, : 因為要做某個動作而必須(隔n秒)重複F5重整, : 直到IE標題列改為[xxx]才停止重整, : 或是直到標題不為[yyy]才停止重整。 : 請問這樣該怎麼實作呢? : 謝謝 ifwinnotactive, ahk_class IEFrame winactivate, ahk_class IEFrame winwaitactive, ahk_class IEFrame, , 3 if errorlevel return loop { sleep n000 ; n is the interleaved seconds send {F5} ifwinactive, xxx ahk_class IEFrame ; xxx is the title of IE break ifwinnotactive, yyy ahk_class IEFrame ; yyy is the title of IE break } return -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 210.69.13.1

09/02 13:22, , 1F
大感謝!!
09/02 13:22, 1F

09/02 17:07, , 2F
對了 另外請問如果是firefox的標題那IEFreme要改成什麼?
09/02 17:07, 2F

09/02 17:07, , 3F
a
09/02 17:07, 3F

09/02 17:12, , 4F
我找到了MozillaUIWindowClass
09/02 17:12, 4F
文章代碼(AID): #18lA775v (EzHotKey)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
文章代碼(AID): #18lA775v (EzHotKey)