| View previous topic :: View next topic |
| Author |
Message |
Eduardo Jauch Guest
|
Posted: Wed Jan 31, 2007 11:57 pm Post subject: CppWebBrowser and Navigate |
|
|
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! |
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Thu Feb 01, 2007 12:53 am Post subject: 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( "http://www.google.com" ));
Hans. |
|
| Back to top |
|
 |
Eduardo Jauch Guest
|
Posted: Thu Feb 01, 2007 1:24 am Post subject: 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( "http://www.google.com" ));
Hans.
|
It's working mow.
Thanks Hans  |
|
| Back to top |
|
 |
|