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");
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.