Launch application

  • Thread starter Thread starter A.A. Fussy
  • Start date Start date
A

A.A. Fussy

How would I, in VB.NET launch a program from a command button?
 
System.Diagnostics.Process.Start("Myapplication.exe")

You can also send any parameters to your application using this method
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top