command line startup of IE

  • Thread starter Thread starter Steve Buttner
  • Start date Start date
S

Steve Buttner

I teach Intro Programming using the Visual Basic language.
Several of my more ambitious students would like to use
objects in their VB programs to start up IE and point it
to a specific website. Does anyone know of command-line
switches that will do this?
 
Steve,

Use the ShellExecute function.

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-----------------------------------------


I teach Intro Programming using the Visual Basic language.
Several of my more ambitious students would like to use
objects in their VB programs to start up IE and point it
to a specific website. Does anyone know of command-line
switches that will do this?
 
Back
Top