Thread: Vb Programing
View Single Post
Old 02-23-2007, 07:19 AM   #8 (permalink)
Stormdev
 
Newb Techie

Join Date: Dec 2006

Posts: 21

Stormdev

Default

It's right in the code I posted. The ShellExecute function is used to 'Shell' out (Run/Start) and external application from your visual basic application.

In the examples above you can also use program file names like calc.exe for the windows calculator or iexplore.exe etc... etc...
Stormdev is offline