student001 0 Posted September 5, 2011 Hi! I want to set the focus to the "Mozilla Firefox"-Browser. The Problem is that the beginning of the windowname of "Mozilla Firefox" is set to of the webpage shown. The end of the windowname is always " - Mozilla Firefox". I tried it with: if StringRegExp(WinGetTitle(""), ".*Mozilla Firefox$") == 1 Then ;do sth... Else Send("!{TAB}") EndIf But Send("!{TAB}") just swiches between the last two active windows. If "Mozilla Firefox" is not one of them it is not working. Do you have a better idea? THANKS! Share this post Link to post Share on other sites
somdcomputerguy 103 Posted September 5, 2011 Opt("WinTitleMatchMode", 2) WinActivate("Mozilla") - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites