Running an executable from same solution

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have two winform projects in a vb.net solution. Can I run executable
generated by one project from the executable generated by the other project?
How?

Thanks

Regards
 
Hi

I have two winform projects in a vb.net solution. Can I run executable
generated by one project from the executable generated by the other project?
How?

Process Class.
 
Process Class.

To extend a bit, if you want to start an exe file from anywhere
including your application folder, you may use
"system.diagnostics.process.start".
 

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