Create Your Own Web Browser - (Step 2)
by Sang Nguyen - LAST EDITED:
Monday, April 16, 2001 4:07 AM
Setting up the interface
In this step, you would need to add the following controls to the form:
4 command buttons and name them: cmdBack, cmdForward, cmdStop, cmdHome
1 label control and name it: lbCaption
1 combobox control and name it: cboURL
The webbrowser control you've just added, and name it: wWeb
Your form will now look something like this:

You've just finished the basic interface for your web browser application. Remember, you can always go beyond this by using the Toolbar control to make it look nicer!
Click Here to go to Step 3 »