Board index » cppbuilder » CppWebBrowser and Navigate

CppWebBrowser and Navigate


2007-02-01 01:57:57 AM
cppbuilder94
I'm starting now to write some code to use TCppWebBrowser.
I'd like to show a page in one form.
I put a TCppWebBrowser and try to set the Navigate function...
But nothing happens... (Only that when i try to close the forma get an
error...
Maybe is because i don't understand the other parameters of the function
or how to set it.
Can someone put a simple exemple on how to use Navigate to show a URL?
Like "www.google.com"?
Thanks!
 
 

Re:CppWebBrowser and Navigate

Eduardo Jauch wrote:
Quote
I put a TCppWebBrowser and try to set the Navigate function...
Please show the code you tried also.
Quote
Can someone put a simple exemple on how to use Navigate to show a URL?
Like "www.google.com"?
CppWebBrowser1->Navigate(WideString( "www.google.com" ));
Hans.
 

Re:CppWebBrowser and Navigate

Hans Galema escreveu:
Quote
Eduardo Jauch wrote:

>I put a TCppWebBrowser and try to set the Navigate function...

Please show the code you tried also.

>Can someone put a simple exemple on how to use Navigate to show a URL?
>Like "www.google.com"?

CppWebBrowser1->Navigate(WideString( "www.google.com" ));

Hans.
It's working mow. :)
Thanks Hans :)
 

{smallsort}