Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

populate treeview control with xml using visual c++

Status
Not open for further replies.

yenan

Programmer
Jul 8, 2003
1
PH
hi! how do you populate a treeview control with xml using visual c++?
 
To display each element name in a tree node with the same structure as the XML document you walk the document using the DOM interface and create each tree node with the text containing the DOM Element name value.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top