RE: Win32LIB V0.57.4 LV onClick
- Posted by Matthew Lewis <matthewwalkerlewis at YAHOO.COM> May 10, 2002
- 381 views
> -----Original Message----- > From: Derek Parnell [mailto:ddparnell at bigpond.com] > > The Click is usually detected by the library when a LeftDown > and a LeftUp > event occur in roughly the same screen location at roughly > the same time. > However, for ListViews, the LeftDown is detected but there is > no matching > LeftUp. I suspect that the ListView control traps it. If you > really need > one, I'll try to work out how to do it. Looks like listviews do send NM_CLICK notifications: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/pla tform/commctls/listview/notifications/nm_click_listview.asp Matt Lewis