 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Tom Guest
|
Posted: Wed May 18, 2005 4:30 am Post subject: TCPPWebBrowser - Not saving history |
|
|
I'm currently working on a embedded web browser. I would like to keep it
from saving the pages browsed to history. I'm using the following method and
it's not working, any advice would be greatly appreciated.
TVariant NoSave = 2;
wbMain->Navigate(WideString(L"www.mozilla.com"), &NoSave, NULL, NULL,
NULL);
Thanks,
Tom
|
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Wed May 18, 2005 5:47 am Post subject: Re: TCPPWebBrowser - Not saving history |
|
|
Tom wrote:
| Quote: | TVariant NoSave = 2;
wbMain->Navigate(WideString(L"www.mozilla.com"), &NoSave, NULL, NULL,
NULL);
|
wbMain->Navigate2( WideString( "www.mozilla.com" ) );
Hans.
|
|
| Back to top |
|
 |
Tom Guest
|
Posted: Wed May 18, 2005 3:36 pm Post subject: Re: TCPPWebBrowser - Not saving history |
|
|
Hans wrote:
| Quote: | wbMain->Navigate2( WideString( "www.mozilla.com" ) );
|
This method has the same results as the first. The page loads fine, but
there is an entry in the history for website visited. I am clearing the
history before I load the program for testing. It's like the Flags parameter
isn't being read, used or is incorrect and is being dumped.
Thanks,
Tom
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|