CompuServe Messages

VB Suggestion

    03-Oct-91 11:25:07
Sb: VB Suggestion
Fm: Mark Novisoff/MicroHelp 73047,3706
To: Don Funk 76701,155
Don, Using DragDrop, as shown in the example in online help, gives a problem. If the user "drops" the outline while he's over a control, and that control's DragOver event has set the MousePointer of the Source to 12, then the Source Mousepointer remains at 12. Right now, the only workaround is to code a DragDrop routine in each of the controls that has a DragOver so that Source.Mousepointer is set back to zero. So, my suggestion is that when the user does a drag-drop, either he should get a Source_MouseUp event, or a new event to indicate dragging has finished. Mark