Hey guys
I tried to attach to currently running Internet Explorer process, but without success.
I even looped it, just like DaleHohm said
$hWnd = WinGetHandle("Google - Windows Internet Explorer")
Do
Local $oIE = _IEAttach($hWnd, "HWND")
Sleep(500)
Until IsObj($oIE)
MsgBox(0, "IE URL", _IEPr...