Question

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

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

Was it helpful?

Solution 3

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

OTHER TIPS

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.

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.

Have a look at this article. There also has a demo, you could download the project code directly and run it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top