Why does the following code crashes AutoIT? (Windows 7 64bit - IE10)
[size=4]
[size=4]
[/size] #include <IE.au3> $oIE = _IECreate("http://www.abc.com") ObjEvent($oIE,"IEEvent_","DWebBrowserEvents2") _IENavigate($oIE,"http://www.msn.com",1) _IEQuit($oIE) Exit