ok, so basically, i want to know the command to make a button open an exe file
is it shell "BLAH.exe" ?
Printable View
ok, so basically, i want to know the command to make a button open an exe file
is it shell "BLAH.exe" ?
I know your supposed to be as helpful as possible but...
Yes?
Why didn't you just try the command before asking? :rolleyes:
Nice, I needed to know this as well
Does it matter which version of VB ur using? i got '08
so much fail here :(
first: vb is one of the easiest and noob friendliest languages ever and for questions - msdn you ever heard of it ?
second: ever heard of google ? >_>
third: System.Diagnostics.Process.Start("C:\YourExe.exe")
is it possible to make it run the program within the same directory as long as there beside each other?
what i mean is i am making a launcher for a game and everyone could have there game path installed differently so launcher may not work
OH I KNOW WHAT MY PROBLEM WAS, i was trying to open a bat file it didnt work
i stay away from vb :P but since its .net its not so hard to figure out, i recommend to install msdn and register at msdn (you bought your vb or? :)
there is all help you need