problem with CTreeCtrl
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi. I have a problem with using CTreeCtrl. How Can I Get Expanded item in "OnExpanding(...)" event, when user click on '+' and no any item selected. Pleas with more details. :confused: Iman Ghasr-e-fakhri
-
Hi. I have a problem with using CTreeCtrl. How Can I Get Expanded item in "OnExpanding(...)" event, when user click on '+' and no any item selected. Pleas with more details. :confused: Iman Ghasr-e-fakhri
Cast NMHDR* to NMTREEVIEW*. itemNew member of NMTREEVIEW contains information about tree item that expands or collapses. Tomasz Sowinski -- http://www.shooltz.com