Hyperlink possible on Windows Forms

  • Thread starter Thread starter zw
  • Start date Start date
Z

zw

Hi

This might be a simple question but I don't know the answer.
Is it possible to hyperlink on Windows Forms to launch a web browser
after authentication on the form ?

Any example code to guide me on this ?

Appreciate any help.
Thanks
 
zw said:
This might be a simple question but I don't know the answer.
Is it possible to hyperlink on Windows Forms to launch a web browser
after authentication on the form ?

Take a look at the linklabel control (and especially its documentation).
 
Back
Top