0

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

Johan
  • 74,508
  • 24
  • 191
  • 319
selwyn
  • 1,184
  • 2
  • 10
  • 20
  • One of my colleages has found an answer for me at: http://cboard.cprogramming.com/cplusplus-programming/59957-tcppwebbrowser-question.html This works very well. – selwyn Jan 25 '10 at 09:47

1 Answers1

0

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 蒋晟
  • 15,125
  • 2
  • 28
  • 46