Add Web Browser to A Form

1. Start by click project from the top menu and selecting components at the bottom.
2. In the components list select Microsoft Internet Controls.
3. A icon should appear in the general tab to the right which looks like a globe (earth).
4. Click the icon and go to the form you would like to add a browser to and click the form and drag your cursor until the browser is the size you want.
5. Now that's easy right but how do you get a page to load in the browser. That's very simple. either in the formload or in a command button insert the following code and replace the current url with yours.

WebBrowser1.navigate ("http://hypersystem.2ya.com")