Using
"System.Diagnostics.Process.Start" different kind of application can be opened.
System.Diagnostics.Process.Start("Notepad.exe");
System.Diagnostics.Process.Start("Excel.exe");
System.Diagnostics.Process.Start("WinWord.exe");
System.Diagnostics.Process.Start("MsPaint.exe");
System.Diagnostics.Process.Start("Path"); // Path can be absolute path of any executable application.