Trying to call image on click of linklabel??? get this error??? ne help?

Posted by JB on Stack Overflow See other posts from Stack Overflow or by JB
Published on 2010-04-30T00:25:51Z Indexed on 2010/04/30 0:37 UTC
Read the original article Hit count: 633

Filed under:
|

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");

    }

© Stack Overflow or respective owner

Related posts about winforms

Related posts about c#