Hi, I am a junior Developer, and require some assitance
I am developing a small app in Visual C++ , which will require to parse through a XML file , display certain tags/groups on screen in Hierarchical view, with the option of editing particular aspects of tags.
Just to get started on this, I am wondering which Control I should use which would be best for this, I was thinking of using Tree View, but I am not familiar with the controls availble
Any Help would be appreciated
Thankss

Help Required, Getting started on particular C++ App
Payal Kapoor
Thanks
Danut Prisacaru
Thanks,
Ayman Shoukry
VC++ Team
Scott Kao
http://msdn.microsoft.com/library/default.asp url=/library/en-us/shellcc/platform/commctls/treeview/treeview.asp
Also, check out the below link for related newsgroups that should address XML parsing in general as well as Win32 development:
XML:
http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.xml&lang=en&cr=US
Win32:
http://msdn.microsoft.com/newsgroups/topic.aspx url=/MSDN-FILES/028/201/015/topic.xml
Thanks,
Ayman Shoukry
VC++ Team