I want connect to IE bowser with VB6.
with a textbox an a commandbutton.
type a url in the textbox and a click on commandbutton then go to url .
please help.!
thanks
Printable View
I want connect to IE bowser with VB6.
with a textbox an a commandbutton.
type a url in the textbox and a click on commandbutton then go to url .
please help.!
thanks
Code:Call Shell("C:\Program Files\Internet Explorer\IEXPLORE.EXE " & "http://www.domain.com", vbNormalFocus)