Using CTreeViewCtrl
ATL / WTL / STL
3
Posts
2
Posters
8
Views
1
Watching
-
Can somebody show me how do I implement in my view the event on item expanding using a CTreeViewCtrl derived class. Thanks:(
-
VC++ would have been a better forum for this question. More people who may know the answer to this question hang out there.
The main reason of asking this in this forum, was because I found that the message handling of the events is handled in diferent ways. So the way is handled in MFC projects is not the same as in WTL projects. So I rather be asking this to people of this forum because my project is an WTL/ATL project.