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.
Printable View
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.
have you used the withevents when declaring an object?? try it.
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 :)