Click here to Skip to main content
15,914,331 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

for example, I put a listbox and a textbox on my form..

I wanna show some content, such as the questions list on the Code Project..

my purpose is to use the listbox to show the titles of questions, and when I click the title, the content will be showed on the textbox..

how to make it ?..

"1) First use the http web classes to connect to and read the pages from CP"

"2) Write a parser than can break down the html and pull out the question headers and the links to the questions. Use this to populate the controls on the winform"

i think these two methods are what i want.. but can you teach me how to do in detail?..

i'm a green hand..

Posted
Updated 20-Nov-09 21:29pm
v7

1 solution

You can do this by;

1) First use the http web classes to connect to and read the pages from CP

2) Write a parser than can break down the html and pull out the question headers and the links to the questions. Use this to populate the controls on the winform

3) use a webbrowser control to display the content when you select the relevant question.

 
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