Simple application sample required

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a simple applicaiton similar to the MSDN viewer with the tree view on the left and diplay html page on the right depends on the tree selection. any idea where I can get a sample of this kind of applicaiton or which control/class I can use to display the html page?
Thanks in advance
Eric La
 
Greetings;

The MSDN viewer and HTML help viewer are similar in presentation. You might
try making an MDI app. Add a menus etc and a treeview to the parent.
Create a child form with the web browser control.

This would be the concept.

The biggest challange I think is to be able to save and retrieve the
contents of your treeview.

Hopefully this will get you started. If not respond to this newsgroup with
further questions.

meh
 
Back
Top