shell in c#

  • Thread starter Thread starter MR
  • Start date Start date
Hi,

Use

System.Diagnostics.Process.Start("notepad.exe") ;

Regards - Octavio
 
Back
Top