A simple doubt on CTreeCtrl
hi all,
when i map a NM_CLICK to my CTreeCtrl i find that any where i click in the
window of the control a NM_CLICK message is generated.
but i want my code to be executed only when the user clicks on a particular node in my tree.
can anyone give me a hint of how to do it.i feel it should be easy
thanking in advance
arun
Re: A simple doubt on CTreeCtrl
Try the TVN_SELCHANGED message.
Re: A simple doubt on CTreeCtrl
in the function called bt the NM_CLICK notification, check to see if it is that special node
Sally