|
-
Jan 26th, 2005, 06:03 AM
#1
Thread Starter
Junior Member
How to create an 'Internet Explorer' Object using Webbrowser control
Hi there,
I want to use the webbrowser control to launch an internet explorer object from a VB6 form, then control it...
I really don't know how to do it.. I tried many things like below after adding the 'MS Internet controls library' :
Set moIE = New InternetExplorer
... or ...
Dim MyBrowser As SHDocVw.InternetExplorer
Set MyBrowser = New SHDocVw.InternetExplorer
And it doesn't work... help please 
Sirius
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
|