private void linkLabel_LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e) { System.Diagnostics.Process.Start("http://csharpfr.com"); }
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre questionProcess.Start("www.csharpfr.com"); Process.Start("mailto:cool@dingue.fr");
Process processfirefox = new Process();
Process processfirefox = Process.Start("firefox.exe","https://codes-sources.commentcamarche.net/forum/affich-199563-lien-vers-site-internet");