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@\/  <(.'.)>

Comments

Popular posts from this blog

How to use serial.write() in Arduino.

How to make and use web service in Microsoft Dynamics Navision.

How to Generate random rows in dataset using c#.net