i need to open EXE files from my program, like when i click on a button, it will open up a certain exe.
I know this is really simple, but im just learning VB. Thanks.
Printable View
i need to open EXE files from my program, like when i click on a button, it will open up a certain exe.
I know this is really simple, but im just learning VB. Thanks.
^
Look into the Shell command. I haven't needed to do this, so this may not be what you want, but it might.
perfect, thanks