Per aprire una pagina web da un'applicazione windows
// apre una pagina web
System.Diagnostics.Process.Start("http://www.sgart.it/");
// esegue un file
System.Diagnostics.Process.Start("notepad.exe");
// apre una directory
System.Diagnostics.Process.Start("c:\windows");
Tags:
C#236 Esempi225 Windows73
Potrebbe interessarti anche: