|
-
October 14th, 2001, 09:04 PM
#1
How to I get IE's events.
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.
-
October 15th, 2001, 03:48 AM
#2
Re: How to I get IE's events.
have you used the withevents when declaring an object?? try it.
-
October 15th, 2001, 05:10 AM
#3
Re: How to I get IE's events.
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 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|