Is it possible to open a LinkLabel in the default computers web browser?
LinkLabel
yes - you can use System.Diagnostics.Process.Start(url) in the "link clicked" event.
System.Diagnostics.Process.Start(url)