|
Developer Says:
There are basically two types of dragging in vb6 (Simple & OLE). If you simply want to drag & drop within the appliction you can
use DragMode property & DragDrop Event of the control (like PictureBox). To enable dragging across the application you should use OLEDragMode property & OLEDragDrop Event (as in this application)
|