Click to See Complete Forum and Search --> : How to I get IE's events.


vivifier
October 14th, 2001, 09:04 PM
How to I get the IE's events(e.g. WM_CLOSE) in ActiveX Control.
That contol is wrote with Visual Basic 6.0

Thanks for your help.

ilynx
October 15th, 2001, 03:48 AM
have you used the withevents when declaring an object?? try it.

vivifier
October 15th, 2001, 05:10 AM
Thanks for your reply.

I already to do that.
---------------
Dim withevents IE As InternetExplore
Set IE = Usercontrol.Parent
---------------

But It occured compile error..
Please give a detailed account to me.

I'll look forward to your reply :)