Replacing ShellExecute

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to do the following from within my C# application
(int)ShellExecute(NULL,"open","C:\\MyApp.exe",NULL,NULL,SW_SHOWNORMAL);

What in C# replaces the ShellExecute command?
 
Back
Top