How To Use WebBrowser HEADERS Param in Navigate Method Step-by-Step Example
1. | Create a new Standard .exe project in Microsoft Visual Basic 5.0. Form1 is created by default. |
2. | From the Project menu, click Components. |
3. | Select the Microsoft Internet Controls component. Click OK. |
4. | Add the following controls to Form1:Control Name |
5. | In Form1's code window, add the following code:
Option Explicit |
6. | From the File menu, click Save Project1. |
7. | From the Run menu, click Start. Note that when you click Command1, the WebBrowser appears and automatically loads the URL specified in the URL parameter of Navigate. |
No comments:
Post a Comment