Trapping Event from ActiveX Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use late binding to instantiate an object as an InternetExplorer WebBrowser.

I would like to have some code get fired when an event within the WebBrowser
Object is fired (specifically in this case, the DocumentComplete event).

Is there any way to trap this event and have it call some MS Access code?

I need to be able to have doevents fire until the web browser is done
downloading, and the busy and readystate properties are not sufficient.
There are a few posts on that issue that all suggest that the
DocumentComplete event should be used.

Thanks,
-B
 
Can anyone shed some light on this? This is the last issue i need to resolve
before I can release something :(
 
Back
Top