| View previous topic :: View next topic |
| Author |
Message |
Trevor Keegan Guest
|
Posted: Tue Feb 06, 2007 7:23 am Post subject: TCppWebBrowser Question |
|
|
Hi,
I have been taking a look at the TCppWebBrowser for a Form Filling project
that I am looking at doing. I have pretty much worked out how to do all the
form filling. But I recently learned that the forms that I will be filling
in are using Digital Certificates and that the forms will only work with IE.
I understand that the TCppWebBrowser is a wrapper for the IE ActiveX
component, but I am interested to find out whether anyone knows if I might
come up against any sort of compatibility problems......or is it safe to say
that if it runs in IE then it will run in TCppWebBrowser.
FYI. I am using Borland Builder 6.
Regards
Trevor Keegan |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Feb 06, 2007 7:37 am Post subject: Re: TCppWebBrowser Question |
|
|
"Trevor Keegan" <tkeegan (AT) ealink (DOT) com> wrote in message
news:45c7d852$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I recently learned that the forms that I will be filling in are
using
Digital Certificates and that the forms will only work with IE.
|
Then they should work fine for TCppWebBrowser.
| Quote: | I understand that the TCppWebBrowser is a wrapper for the IE
ActiveX component
|
It is.
| Quote: | is it safe to say that if it runs in IE then it will run in
TCppWebBrowser. |
Yes. The IE GUI itself is nothing more than Microsoft's own wrapper
for the same ActiveX component. It is the ActiveX component that does
all of the actual work of processing and rendering the data.
Gambit |
|
| Back to top |
|
 |
Trevor Keegan Guest
|
Posted: Tue Feb 06, 2007 7:43 am Post subject: Re: TCppWebBrowser Question |
|
|
Hello Remy,
Thankyou very much :-D
Regards
Trevor Keegan |
|
| Back to top |
|
 |
|