Is it possible to open a LinkLabel
in the default computers web browser?
A LinkLabel control is a label control that can display a hyperlink. A LinkLabel control is inherited from the Label class so it has all the functionality provided by the Windows Forms Label control. LinkLabel control does not participate in user input or capture mouse or keyboard events.
A link label is like a hyperlink that you'd see on a webpage. It's a label thats blue and has an underline and, when clicked, can point to a URL. A label is just a label.
LinkLabel is a class which is derived from label class so it has all the functions of label class. But LinkLabel also works as a hyperlink. Drag and drop LinkLabel control from toolbox on the window Form.
yes - you can use System.Diagnostics.Process.Start(url)
in the "link clicked" event.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With