Tree control in a dialog
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, Is it possible to use a tree control in a dialog to get the following comportment: when I select an item, the dialog changes his controls a similar way of a Tab control or property page ? Thanks, Claude Claude
Yes, it's possible. Handle the TVN_SELCHANGED notification and change the contents of the dialog. Tomasz Sowinski -- http://www.shooltz.com.pl
-
Yes, it's possible. Handle the TVN_SELCHANGED notification and change the contents of the dialog. Tomasz Sowinski -- http://www.shooltz.com.pl