I am creating a windows application using C#, where in a button on the GUI when clicked, should open a website.
The web browser will be taken care of by the default settings.
I am curious as to how to do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the point is to open a website in your application, you will have to use WebBrowser control.
Put WebBrowser control on your form, and add this code to the button which is responsible for opening the site: