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 make and use web service in Microsoft Dynamics Navision.

How to use Format function in Microsoft Dynamics Navision.

How to create simple report in Microsoft Dynamics Navision.