Home All Groups Group Topic Archive Search About

Loading an external file (beginner post)

Author
29 Jun 2005 4:23 PM
Dennis Jackson
I have just started to learn VB. I have console program which loads another
..exe file. How can i get it to do this i have tried searching help but that
is only returning how to make web service load one.
Jeff

Author
29 Jun 2005 4:40 PM
Herfried K. Wagner [MVP]
"Dennis Jackson" <dennisjackson***@hotmail.com> schrieb:
>I have just started to learn VB. I have console program which loads another
>.exe file.

If you want to start another EXE file:

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

Alternative solutions:

Opening files, applications, Web documents, and the mail client
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=openfileappwebpage&lang=en>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>