vc w/clr: How to call an executable?

  • Thread starter Thread starter poojo hackma
  • Start date Start date
P

poojo hackma

Does anyone know how to call an executable from within Visual C++ 2005
Express (using the CLR)?

For example, click Button1 to launch Microsoft Paint:

System::Void Button1_Clicked(System::Object^ sender, System::EventArgs^
e)
{
// what can I use to open MS Paint?
}

Thanks.
 

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