|
-
March 31st, 1999, 01:31 AM
#1
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
-
March 31st, 1999, 01:52 AM
#2
Re: A simple doubt on CTreeCtrl
Try the TVN_SELCHANGED message.
-
March 31st, 1999, 03:43 AM
#3
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|