| View previous topic :: View next topic |
| Author |
Message |
Wen Guest
|
Posted: Thu May 18, 2006 3:14 am Post subject: how to tell whether user click a web link of CppWebBrowser? |
|
|
i did not find any property or method to judge by "Click link Event" or
something like this, how?
thank you very much.
Wen
With my best Regards |
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Thu May 18, 2006 7:14 am Post subject: Re: how to tell whether user click a web link of CppWebBrows |
|
|
Wen wrote:
| Quote: | i did not find any property or method to judge by "Click link Event" or
something like this, how?
|
TCppWebBrowser::OnBeforeNavigate2
It is shown in the Object Inspector.
Hans. |
|
| Back to top |
|
 |
Wen Guest
|
Posted: Tue May 23, 2006 4:14 am Post subject: Re: how to tell whether user click a web link of CppWebBrows |
|
|
How do i know which URL clicked by user?
"Hans Galema" <notused (AT) notused (DOT) nl>
??????:446c1c2c$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Wen wrote:
i did not find any property or method to judge by "Click link Event" or
something like this, how?
TCppWebBrowser::OnBeforeNavigate2
It is shown in the Object Inspector.
Hans. |
|
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Tue May 23, 2006 6:14 pm Post subject: Re: how to tell whether user click a web link of CppWebBrows |
|
|
Wen wrote:
| Quote: | How do i know which URL clicked by user?
TCppWebBrowser::OnBeforeNavigate2
|
It is one of the paramethers.
The help will tell the name.
Hans. |
|
| Back to top |
|
 |
|