quote:Originally posted by Patchou
(btw Cookie, did you forget about WM_LBUTTONDBLCLK? ).
yes...
quote:Originally posted by Patchou
so, my first questio nwould be: what do you want to do exactly? because if you simply want to catch notifications sent from the treeview control, all you need to do is to catch WM_NOTIFY messages, cast lParam to a NMHDR structure and check if "code" is equal to NM_CLICK, NM_DBLCLK, etc...
quote:Originally posted by CookieRevised
This said, and this might be a dumb comment, but why don't you use the WM_NOTIFY messages send from the control itself? They will contain all those specific notification messages already.
This post was edited on 03-09-2007 at 10:46 AM by CookieRevised.