private void yourLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e){ System.Diagnostics.Process.Start("www.dotnetspider.com"); //Hardcoding the path for demonstration purpose}