Connecting Tech Pros Worldwide Forums | Help | Site Map

IE from VB

Newbie
 
Join Date: Jan 2008
Posts: 1
#1: Jan 2 '08
How to open Internet Explorer from VB application

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#2: Jan 2 '08

re: IE from VB


try to use the browser control.
jamesd0142's Avatar
Needs Regular Fix
 
Join Date: Sep 2007
Location: Wales
Posts: 467
#3: Jan 2 '08

re: IE from VB


System.Diagnostics.Process.Start("IEXPLORE.EXE")
Reply