read an parse html page using VC++
-
hi guys, from my application i want to read a html page just say rediff.com and i dont have to show the page but from the page i have to read some number and display those numbers in my application. so the basic task is read a html page from net and look for a number value which is in a table, and after reading display that value and label of table cell in the application, any idea or any help
-
hi guys, from my application i want to read a html page just say rediff.com and i dont have to show the page but from the page i have to read some number and display those numbers in my application. so the basic task is read a html page from net and look for a number value which is in a table, and after reading display that value and label of table cell in the application, any idea or any help
Have you looked into the
IHTMLDocument
interface?
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
hi guys, from my application i want to read a html page just say rediff.com and i dont have to show the page but from the page i have to read some number and display those numbers in my application. so the basic task is read a html page from net and look for a number value which is in a table, and after reading display that value and label of table cell in the application, any idea or any help
Im not sure see Creating a Yahoo! Mail Client using IWebBrowser2 and DHTML[^] is helpfus for you?
WhiteSky
-
hi guys, from my application i want to read a html page just say rediff.com and i dont have to show the page but from the page i have to read some number and display those numbers in my application. so the basic task is read a html page from net and look for a number value which is in a table, and after reading display that value and label of table cell in the application, any idea or any help