PDA

Click to See Complete Forum and Search --> : connect to IE browser


8086
Apr 3rd, 2010, 11:16 AM
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

lmf
Apr 30th, 2010, 09:13 PM
Call Shell("C:\Program Files\Internet Explorer\IEXPLORE.EXE " & "http://www.domain.com", vbNormalFocus)