VB - Intermediate - Drag and drop images?

You have to enable drag & drop property for the image box then use the drag enter and drag drop events to handle moving the picture.

There is a good article here http://msdn.microsoft.com/en-us/library/ms973845.aspx
complete with sample code.
 
Back
Top