It seems that MS changed something in IE11 and the bellow code doesnt work anymore:   $test=ObjEvent($oIE,"IEEvent_","DWebBrowserEvents") $test2=ObjEvent($oIE,"IEEvent_","DWebBrowserEvents2") Func IEEvent_($event) msgbox .... End Func Any idea how to fix that ? Thanks.