Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drag and Drop Image 1

Status
Not open for further replies.

furjaw

Bioengineer
Joined
Jun 10, 2006
Messages
9
Location
US
Visual Basic 2005 Express Edition:

I need to drag and drop an image from one PictureBox to another PictureBox where:

1) the image is visible while being dragged
2) the image can be dropped at any location within the target PictureBox
3) the image can be rotated within the target PictureBox

 
You could look at Addflow, which handles parts 1 and 2 (except that it is not a picture box)
Rotating is another issue and a component can probably found to do that too. Or you could use the Windows API.
 
jo0ls at xtremevbtalk.com wrote a program that does it all!

1) Transparent backround on dragged objects.
2) See object as it is being dragged.
3) Rotate object.
4) Nudge object.
5) Delete object.
6) Drag multiple objects.
7) Drag multiple copies of an object.
8) Redrag objects.
9) Drag objects of any size

Wow!

<
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top