views:

139

answers:

4

How to I access the data returned on a web page using the TCppWebBrowser component in Borland Builder 6.0?

I have succeeded in posting data using the sample at: http://edn.embarcadero.com/article/27519

A: 

Are you looking for something like this:

http://codeback.net/how-to-get-a-webpages-html-source-by-using-twebbrowser-component-in-delphi

The C++ version shouldn't be that different.

David Dean - Embarcadero
A: 

If you want to read response headers, there is no trivial way to do it. Check http://www.codeproject.com/KB/atl/vbmhwb.aspx, if you have Visual C++ you cam compile the code into an ActiveX and use it in BCB.

Sheng Jiang 蒋晟
A: 

One of my colleagues has found an answer for me at: cboard.cprogramming.com/cplusplus-programming/… This works very well.

selwyn