WebBrowser
The WebBrowser control allows you to host a web browser within your application.
Adding a Web Browser to a form is similar to the process of adding other controls, such as text boxes or command buttons. The main difference is in how you create the control source for the control. Instead of an expression or object name, the control source for a Web Browser Control is a Web page URL. Use the following procedure to get started.