Http in C# Windows Form

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my C# Windows Form application, I would like to simulate clicking a hyper
link and go to a particular Http://...
How do I make that in my C# program?
Thanks for help.


Jason
 
Jason,

If you mean you want to give the user the ability to click on something that
looks like a hyperlink in your application and then go to a webpage, you can
simply use the LinkLabel component on the components toolbar.

Regards
Scott Blood
C# Developer
 

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

Back
Top