How to Get Unknown Windowname
Keywords: unknown windowname name title window win winclose wbt
Question:
How do you get the title of a window if the window name is unknown?Answer:
Something like:a=WinItemize( ) a=StrReplace(a,num2char(9),num2char(10)) Message("Windows are",a)
Article ID: W13367Filename: Get Unknown Windowname.txt