I have two windows open and **not** minimized (Autoit help and RelianceNetconnect). And the current focus is with a Notepad file. This is my Autoit script : DIM $s=WinActivate("AutoIt Help") MsgBox(0,"Check",$s) This works and the autoit help window comes to focus. The Message Box prints this `0x00046ce`. This is my second Autoit Script: DIM $s=WinActivate("Reliance Netconnect") MsgBox(0,"Check",$s) This does not work, i.e the reliance netconnect window does not come to focus. The Mes