how to get user-submitted info from BBS pages?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to write code to download pages from BBS and then analyze the data. The first step is to retrieve the structure of the page. "webBrowser" has many methods and properties that sounds help. The main loop should be sth like this: foreach (HtmlElement elem in elemColl) { } I can get the elements easily. But how can I get the structure among the elements? How to get the user submitted info from the advertisements, signatures, links...... Thanks.
modified on Friday, December 21, 2007 12:35:18 AM