Please if any body can tell me how to use CTreeView to create and display a tree on its main window in a SDI application.
Thanks.
Printable View
Please if any body can tell me how to use CTreeView to create and display a tree on its main window in a SDI application.
Thanks.
im not quite sure what you want and i dont know too much about it, but... you can make the View class derived from CFormView(selectable from step 6 of appwizard for sdi programs). this will create a mix of an sdi interface and a dialog box interface so that you can place a tree list right into your main window. hope this helps.
L5
But I want to know about the code that how to proceed to implement a tree control and display it on a main frame window in a SDI application,.
Make the view in the Frame/Doc/View architecture a CTreeView and voila, you also have a CTreeCtrl
Sally
Thanks a lot to all of you for your help. It is really usefull. Once again thank you.