Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I need to get some information from the website. But I don't know how to do it.

What I have tried:

On the internet I found information about several libraries, e.g. QT, Curl etc. but I can't use them in practice. I don't know how to attach them to the VCL project and continue using their functions.
Posted
Updated 22-Jun-20 23:36pm
Comments
[no name] 22-Jun-20 14:50pm    
Last time I did something like this with c++ Builder I used IHTMLDocument3 from MS. Hard stuff because DCOM. Also not sure whether this is future oriented. But it did and still does parse a html perfectly.

1 solution

When you need some complete and bullet proof HTML parsing than is Handling HTML in the QT wiki a good starting point.

If you are totally clear about the structure of the HTML page than use may use some more simpler HTML parser.

But dont expect it to be too easy...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900