Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I wrote program for copy the data from web dictionary with HttpRequest and HttpResponse objects as simple text transfering to Tooltip control by cursor upon each word in Rich Text box, but I recieved page code block.How do it remake correctly?
Posted

Use the browsers "View Source" functionality, It'll enable you to figure out how to extract the required information.

Regards
Espen Harlinn
 
Share this answer
 
That's called page-scraping.
See this project :
CP Vanity[^]
It scrapes some pages of CP because there's no webservice in place to get the data in a formalized way.
 
Share this answer
 
Comments
Espen Harlinn 15-Jan-11 8:39am    
5+ Nice link

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