Hallo.
I need to wait for any window activates, with the title is different than "" ( then no menu or other ): is it possible?
WinWaitActive( ... ) for all windows begins with "h" but no other
Re: WinWaitActive( ... ) for all windows begins with "h" but no other
Code: Select all
#Requires AutoHotkey v2.0
SetTitleMatchMode 'RegEx'
WinWaitActive 'i)^h'
MsgBox WinGetTitle('A'), 'Status', 'Iconi'
Re: WinWaitActive( ... ) for all windows begins with "h" but no other
Sorry.
This is wrong and I am not able to delete it.
I post another right message.
This is wrong and I am not able to delete it.
I post another right message.