When I try to show an image on linklabel click, I get an error
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:47 UTC
Read the original article
Hit count: 312
When I try to show an image on linklabel click, I get an error: 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