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 get column value from the selected row in data grid in wpf c#.net

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

How to use Format function in Microsoft Dynamics Navision.