I use Borland Turbo C++ (like Builder c++ but less components).
When i do Webbrowser1->Navigate(MyURL) I receive the demanded website properly. In my case it is only a text website, not even html code. I can see it in the Webbrowser's window.
How do I access the received text to be able to manipulate it, count number of chars etc? Best case would be if i can make it into an Ansistring.
I don't have any idea how to do it. Which class do I use or what type to try to convert to.
First navigate to MyURL:
Put retrieve codes in OnDocumentComplete event:
Or briefly:
Note that you can simply send http request and retrieve response text without TWebBrowser.