S
Sam Martin
Hi all
I've got a custom control in which I catch the DoubleClick event .. no
probs.
I've just used the control on a form and implemented drag and drop
functionality, i.e. on the MouseDown event (handled in the form) I check to
make sure the left mouse button is pressed, the initiate the drag by calling
the DoDragDrop.. This is textbook stuff, if fact straight from the MS KB
article.
But the problem is now that the double click event isn't firing.
Understandably, but without coding the drag drop manually, or coding the
double click in the control (which I'm guessing everyone doesn't do) - how
do I resolve this?
Any help would be appreciated,
Thanks in advance
Sam Martin
I've got a custom control in which I catch the DoubleClick event .. no
probs.
I've just used the control on a form and implemented drag and drop
functionality, i.e. on the MouseDown event (handled in the form) I check to
make sure the left mouse button is pressed, the initiate the drag by calling
the DoDragDrop.. This is textbook stuff, if fact straight from the MS KB
article.
But the problem is now that the double click event isn't firing.
Understandably, but without coding the drag drop manually, or coding the
double click in the control (which I'm guessing everyone doesn't do) - how
do I resolve this?
Any help would be appreciated,
Thanks in advance
Sam Martin