Groups | Blog | Home
all groups > vb.net > march 2004 >

vb.net : Launching EXE from VB.Net application



John Smith
3/3/2004 11:13:04 PM
what are all the available technique in VB.Net to launch an executable file
?
Thanks,
John

Synthanator
3/4/2004 12:06:06 AM
John

Make a call to

System.Diagnostics.Process.Start("Your.exe"

Regards, Synthanato

----- John Smith wrote: ----

what are all the available technique in VB.Net to launch an executable fil

Thanks
Joh


Cor
3/4/2004 9:00:26 AM
Hi John,

You can start reading here,

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDiagnosticsProcessStartInfoClassTopic.asp

and here

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdiagnosticsprocessclassstarttopic.asp

I hope this helps a little bit?

Cor

[quoted text, click to view]

hirf-spam-me-here NO[at]SPAM gmx.at
3/4/2004 10:01:47 AM
* "John Smith" <JSmith1989@yahoo.com> scripsit:
[quoted text, click to view]

\\\
Shell("C:\bla.exe")
///

- or -

\\\
Imports System.Diagnostics
..
..
..
Process.Start("C:\Bla.exe")
///

--
Herfried K. Wagner [MVP]
AddThis Social Bookmark Button