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
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
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.