Add navigation buttons
Add back, forward, and refresh buttons for the
Web browser
object.- Create threeButtonobjects.
- Set theTextproperties of the buttons to:
- Back
- Forward
- Refresh
- Select theBackbutton, and inEvents, next toMouseClickEvent, select and select theNavigateBackmethod of theWeb Browserobject.
- Select theForwardbutton, and inEvents, next toMouseClickEvent, select and select theNavigateNextmethod of theWeb Browserobject.
- Select theRefreshbutton, and inEvents, next toMouseClickEvent, select and select theRefreshmethod of theWeb Browserobject.
Provide Feedback