xml in tree view control
-
i am trying to load the data from an xml document into a treeview control. i know how to write the xml document but do not know how to load all of the data into tree control. any help would be greatly appreciated. - Kyle
-
i am trying to load the data from an xml document into a treeview control. i know how to write the xml document but do not know how to load all of the data into tree control. any help would be greatly appreciated. - Kyle
look this site http://www.codeproject.com/atl/atl_persistxml.asp[^]
-
look this site http://www.codeproject.com/atl/atl_persistxml.asp[^]
AskQuestion wrote:
look this site http://www.codeproject.com/atl/atl\_persistxml.asp\[^\]
that is not vc++ is it?? - Kyle
-
AskQuestion wrote:
look this site http://www.codeproject.com/atl/atl\_persistxml.asp\[^\]
that is not vc++ is it?? - Kyle
Look, there is a *.dsw file in the demo download file. In Description the author (katasonov)wrote: "I have created two Visual Studio 6.0 projects as an example of how easy it is to add XML support to ATL objects:........" have a look, I hope I could help you