On Wed, 2005-05-18 at 00:31 -0500, James Hawkins wrote:
> +LVHITTESTINFO lvHitTestInfo;
> +INT nItem;
> +
> +if (infoPtr->bLButtonDown)
> +{
> +lvHitTestInfo.pt = infoPtr->ptClickPos;
> +nItem = LISTVIEW_HitTest(infoPtr, &lvHitTestInfo, TRUE,
> TRUE);
> +
> +
On Tue, 2005-05-17 at 23:18 -0500, James Hawkins wrote:
> Changelog
> * Store the click point in LISTVIEW_INFO.
> * Move mouse tracking to MouseMove.
> * Use DragDetect instead of TrackMouse.
> * Remove the unused TrackMouse function.
I think you've sent the wrong patch...
--
Dimi Paun <[EMAIL P