M
Mark
Hi,
I am seeing something that seems quite odd to me... I have a user
control that is trapping the MouseDown and MouseUp events. I appear to
be getting 2 MouseDown events followed by the MouseUp event. I am not
trapping the MouseMove event so have no code for that. I commented out
all my code in both handlers just to make sure I was not affecting
something between the mouse down and mouse up, but I STILL get 2 mouse
downs followed by a mouse up. This is really screwing up my scrolling
code and other code that handles custom internal events.
I cannot seem to find any other posts that look similar to this one.
Any help would be greatly appreciated.
thanks,
Mark.
I am seeing something that seems quite odd to me... I have a user
control that is trapping the MouseDown and MouseUp events. I appear to
be getting 2 MouseDown events followed by the MouseUp event. I am not
trapping the MouseMove event so have no code for that. I commented out
all my code in both handlers just to make sure I was not affecting
something between the mouse down and mouse up, but I STILL get 2 mouse
downs followed by a mouse up. This is really screwing up my scrolling
code and other code that handles custom internal events.
I cannot seem to find any other posts that look similar to this one.
Any help would be greatly appreciated.
thanks,
Mark.