Hello, I'm using TWebBrowser to navigate web pages but I need to see their HTML code as well but I don't know how to get it. Can anyone help? Thanks in advance.
Why would you use C++ Builder for that?C++ Builder is for GUI apps,and it depends on why do you need that code.The control is exactly applying the layot engine of something else,so it's not the way to get the source.If you don't need GUI,it's way better to use a script lang as PHP Python or Perl.It's trivial to get the code of web page with several lines of code. Even if you need GUI,I'dd suggest Visual C#. Anyway,Google is huge. Btw,Stack Overflow
Comments
Even if you need GUI,I'dd suggest Visual C#.
Anyway,Google is huge.
Btw,Stack Overflow