A link label is so you can specially open a web link, its a label with underline, change colour type properties. Often just using a click event on a normal label is fine to open a web link.
Launching A Web Page In The Systems Default Browser
System::Diagnostics::Process::Start("http://www.ibexuk.com");
