Please any body would tell me the code to create and display a tree on main window in a Frame/Doc/View architecture using CTreeView as a base view class.
Thanks.
Printable View
Please any body would tell me the code to create and display a tree on main window in a Frame/Doc/View architecture using CTreeView as a base view class.
Thanks.
When you create your project with the AppWizard you can change the base class of your view in the last step (6). In the Combobox under Base class: select CTreeView as your base class.
Thank you very much for your help. It is done now. I appriciate it. Thanks again.