Add navigation buttons

Add back, forward, and refresh buttons for the Web browser object.

Prerequisites

Configure a web browser.

To add navigation buttons
  1. Create three Button objects.
  2. Set the Text properties of the buttons to:
    • Back
    • Forward
    • Refresh
  3. Select the Back button, and in Events, next to MouseClickEvent, select Add and select the NavigateBack method of the Web Browser object.
  4. Select the Forward button, and in Events, next to MouseClickEvent, select Add and select the NavigateNext method of the Web Browser object.
  5. Select the Refresh button, and in Events, next to MouseClickEvent, select Add and select the Refresh method of the Web Browser object.