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