Click to See Complete Forum and Search --> : A simple doubt on CTreeCtrl


arun
March 31st, 1999, 12:31 AM
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

Franky Braem
March 31st, 1999, 12:52 AM
Try the TVN_SELCHANGED message.

sally
March 31st, 1999, 02:43 AM
in the function called bt the NM_CLICK notification, check to see if it is that special node


Sally

Sally
March 31st, 1999, 02:43 AM
in the function called bt the NM_CLICK notification, check to see if it is that special node


Sally