Hew_r3,
Thank you for taking your time to response to my request. I tried
out your script and I think that is what I've been looking for. I
will try to use your suggestion in my script later tonight. Again,
THANK YOU.
Trau
--- 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%
>