command line startup of IE

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?
 
R

Ramesh [MVP]

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top