Breaking News
Loading...
Wednesday 10 October 2012

How to use LinkLabel in c# ?

-> First crate new project .
-> Take tool name like "LinkLabel" as shown in image bellow.
-> double click on it.
-> write bellow code.






CODE :

private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            // wtite your url  in place of  "http://niravdaraniya.blogspot.in/" and enjoy it..........................!
          
            System.Diagnostics.Process.Start("http://niravdaraniya.blogspot.in/");
        }



--
/\/ir@\/  <(.'.)>

0 comments:

Post a Comment

Thanks for comment

 
Toggle Footer