-> 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@\/ <(.'.)>
How to use LinkLabel in c# ?
23:23
0 comments:
Post a Comment
Thanks for comment