Trying to call image on click of linklabel??? get this error??? ne help?
- by JB
Error says unrecognized escape sequence
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");
}