If I use DragMode=Automatic,
How can I know it is being dragged?
Thanks
Printable View
If I use DragMode=Automatic,
How can I know it is being dragged?
Thanks
There should be some manner of BeginDrag or StartDrag event. What kind of control are you working with?
I am talking about all general controls... like textbox, combo etc
Actually I want to make something like VB, but I try to use Automatic drag... since it is easier
So I need the BeingDrag event so that I can reDraw the size of the control
There's the DragOver and the DragDrop events - they only work on certain controls though.
The problem is I have to code dragdrop and dragover for every controls on the screen!