I want my link labels to link to an image saved on my desktop?!?! Is This possible??

Posted by JB on Stack Overflow See other posts from Stack Overflow or by JB
Published on 2010-04-29T21:03:22Z Indexed on 2010/04/29 21:07 UTC
Read the original article Hit count: 217

Filed under:
|

Is it possible to link my labels to and image saved on my desktop???

private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{

}

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms