M Matt New member Jun 19, 2011 #1 How would I go about enabling the user to drag the image in one picturebox to another picturebox?
G Gardner New member Jun 19, 2011 #2 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.
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.