sodakotahusker
Programmer
- Mar 15, 2001
- 601
I am using the MouseDown event to do Drag and Drop. I use Double Click to invoke update mode. However the MouseDown seems to be preventing the Double CLick from firing most of the time.
I found another user with this issue. The only response said:
When you doubleclick the mouse button then the MouseDown and MouseUp events are also raised and this is the reason you see the code for MouseDown is executed first.
The something happens with Click and DoubleClick on a control that support both.
You should consume one of them.
I am not sure what this means (or if this is the solution). Can someone enlighten me??? Thanks!!
I found another user with this issue. The only response said:
When you doubleclick the mouse button then the MouseDown and MouseUp events are also raised and this is the reason you see the code for MouseDown is executed first.
The something happens with Click and DoubleClick on a control that support both.
You should consume one of them.
I am not sure what this means (or if this is the solution). Can someone enlighten me??? Thanks!!