Re: listview: Select the item under the point (x,y) in MouseHover
19 May
2005
19 May
'05
8:13 p.m.
On Thu, 2005-05-19 at 19:38 -0500, James Hawkins wrote:
+ if (!lpLVItem) + return FALSE;
Please don't check for NULL, it's an internal function, you should never pass NULL there. And if you do, it should crash :) -- Dimi Paun <dimi(a)lattica.com> Lattica, Inc.
7601
Age (days ago)
7601
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dimi Paun