LOULOU Posted June 26, 2005 Posted June 26, 2005 I try touse the example show in test EventTest-IE6.au3it seems that's the program never go in the following func Func IEEvent_NavigateComplete2($oWebBrowser,$URL) ; IDispatch *pDisp,; VARIANT *URL GUICtrlSetData ( $GUI_Edit_Log, "IE has finished loading URL: " & $URL & @CRLF , "append" )EndFuncI work on XP SP2Thanks
w0uter Posted June 26, 2005 Posted June 26, 2005 i think that it just doesnt call it ? btw there just test things. Not examples. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
SvenP Posted June 27, 2005 Posted June 27, 2005 (edited) i think that it just doesnt call it ?btw there just test things. Not examples.<{POST_SNAPBACK}>LOULOU,As W0uter said, those were just some events you 'could' catch. But it's up to the Internet Explorer to fire them or not.For a full list of Internet Explorer Events you could take a look at: http://msdn.microsoft.com/workshop/browser...wserevents2.aspIf you want to catch the completion of a web page load, you could use: IEEvent_DownloadComplete()Regards,-SvenEDIT: typo Edited June 27, 2005 by SvenP
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now