Hello there,
I had a question regarding the BrowserControl. I'm currently working on something "awesome" for Countdown Live using an integrated browser which I want to communicate with. For example, I have Back and Forward buttons which trigger objBrowser.GoBack and objBrowser.GoForward respectively.
(objBrowser being the result of PlusWnd.Browser_GetInterface())
Now, what I was wondering is if there's a way to get access to the
history list of a BrowserControl, that is: being able to
read the list of recently visited pages and
clear the list. I've been looking through the
InternetExplorer object reference but I only found GoBack and GoForward.
This may sound like an impossible question, but I hope someone here can help me.