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", _IEPropertyGet($oIE, "locationurl"))
Sadly, it can't attach. I'm getting error:
--> IE.au3 V2.4-0 Warning from function _IEAttach, $_IEStatus_NoMatch
I was working on IE 9 before and couldn't attach, so I installed IE 10, hoping it will resolve this issue, but nope...
Have you got any ideas?
Would greatly appreciate any help!