Jump to content

Possibly BUg with EventHandler


Recommended Posts

I try touse the example show in test EventTest-IE6.au3

it 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" )

EndFunc

I work on XP SP2

Thanks

Link to comment
Share on other sites

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.asp

If you want to catch the completion of a web page load, you could use: IEEvent_DownloadComplete()

Regards,

-Sven

EDIT: typo

Edited by SvenP
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...