Hi hew_r3,
I tried it on my script and it does work fine as long as I'm in the
regular internet explorer window. However, once the Internet explorer
load the Macromedia Flash 9 as in my case, the script failed to find
the text of the popup window created by Flash. If you have any
suggestion, please let me know. Again thank you for your time.
Trau Con
--- In AutoHotkey@yahoogroups.com, "hew_r3" <hew_r3@...> wrote:
>
> Try using WinGetText and/or WinGetTitle
>
> See the AHK help file in the start menu >> autohotkey >> autohotkey
> help file for usage information:
>
>
> Example
> Run, Calc.exe
> WinWait, Calculator
> WinGetText, text ; The window found above will be used.
> MsgBox, The text is:`n%text%
>