axWebBrowser history?

kasdoffe

Well-known member
Joined
Aug 27, 2003
Messages
57
Is there a way to access the history in an instance of an axWebBrowser?

I have application that is menu driven. For example, clicking menu 1 will goto the Select Car Maker, menu 2 will go to Select Car Color, etc.

The application can also access web pages through the use of the axWebBrowser control. So in theory, a user can go to menu 1, then a web page, menu2, another webpage, another webpage, etc.

The application has back / forward buttons, where I want to be able to go back and forth between the web and my application based on where the user has gone. However, how can I access the browsers history when its time to go to a certain webpage? My application and the web pages need to be integrated together when i code the back/forward buttons.
 
Back
Top