Linklabel

  • Thread starter Thread starter Rinaldo
  • Start date Start date
R

Rinaldo

Hi,

I've added a linklabel in my project, but if I click om it nothing happened.
Must I make a event, and how to open the bowser?

Rinaldo
 
Rinaldo,

Yes, you want to subscribe to the Click event on the LinkLabel.

In the Click event handler, to open the default browser of the OS, use
the Process class in the System.Diagnostics namepace and pass it the URL
that you want the browser to open.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top