Lorsque j'essaie d'afficher une image sur le clic de linklabel, j'obtiens une erreur : séquence d'échappement non reconnue.
Code :
public void linkLabel1_LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start(
"mspaint~C:\Users\Joshua Banks\Desktop\Downtown_atlanta_night.jpg");
}