Disabling the root node in a tree control in MFC
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I wanted to disable the root node in a tree control in MFC, have not been able to do so. Could anybody help? Thanks,
Software Developer Sanjay Khapre
-
Hi, I wanted to disable the root node in a tree control in MFC, have not been able to do so. Could anybody help? Thanks,
Software Developer Sanjay Khapre
what about CWnd::EnableWindow ? or handle the mouse clicks to do nothing if the user clicks on the root ?