From: JoshVote on
Hi,

I have a user control that is not receiving MouseUp events intermittently.
The control itself handles MouseDown, MouseMove and performs some drawing on
these events.

The problem seems to manifest after performing a fast move (a flick) with
the stylus and releasing the stylus at the end of the flick, the stylus is
most definitely over the control when the mouse up occurs too.

I'm not too familiar with how .NET processes events, could it be possible
that the MouseUp event is being dropped due to too many MouseMove events
being in the queue before it?

The platform is Windows CE 5.0 and I'm using .NET CF 2.0

Thanks in advance for any help.