 |
vb.net - Click a button --> Launch a *.exe file - Stack Overflow
Basically, what I want to do is launch an *.exe file when I click on a button. ... In the event handler of the button call. Process.Start("C:\path_to\myapp.exe"). You will ...
stackoverflow.com |
 |