从 Borland C++Builder 中的 TCPpWebBrowser 读取响应数据
如何使用 Borland C++Builder 6.0 中的 TCppWebBrowser 组件访问网页返回的数据?
我已成功使用示例发布数据: 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想读取响应标头,则没有简单的方法可以做到这一点。检查http://www.codeproject.com/KB/atl/vbmhwb.aspx,如果您有 Visual C++,您可以将代码编译成 ActiveX 并在 BCB 中使用它。
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.