Daxbash5000 Posted August 16, 2004 Share Posted August 16, 2004 ok, i'm trying to make a program that can help my friends install things off the network by just clicking a button... I need to know how to open a program in VB I know that it's something like Shell "filename.exe" but I don't know the entire code... Link to comment Share on other sites More sharing options...
0 Mordkanin Posted August 17, 2004 Share Posted August 17, 2004 Shell("FileName.exe") Should work fine. The other options SHOULD be optional, i believe. Link to comment Share on other sites More sharing options...
Question
Daxbash5000
ok, i'm trying to make a program that can help my friends install things off the network by just clicking a button... I need to know how to open a program in VB
I know that it's something like
Shell "filename.exe"
but I don't know the entire code...
Link to comment
Share on other sites
1 answer to this question
Recommended Posts