Hi, I would like to change the focus to a window of title "WindowTItle".
i am guessing i need to loop thru all the windows (how?) and use that getwindowtext API to compare the window title, and once found setfocus API?
or if i get desperate
do
sendkeys "%{TAB}", true
loop until getActiveWindowTitle = "WindowTitle"
how do u type that code in "visual basic code" syntax on the post?
