Add navigation buttons
Add back, forward, and refresh buttons for the Web browser object.
Prerequisites
To add navigation buttons
- Create three Button objects.
-
Set the Text properties of the buttons to:
- Back
- Forward
- Refresh
-
Select the Back button, and in Events, next to MouseClickEvent, select
and select the NavigateBack method of the Web Browser object.
-
Select the Forward button, and in Events, next to MouseClickEvent, select
and select the NavigateNext method of the Web Browser object.
-
Select the Refresh button, and in Events, next to MouseClickEvent, select
and select the Refresh method of the Web Browser object.