Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drag&drop between objects
Message
From
16/01/2004 14:12:07
 
General information
Forum:
ASP.NET
Category:
Forms
Miscellaneous
Thread ID:
00867409
Message ID:
00867605
Views:
23
Franco,

I'm not sure if a PictureBox has an ItemDrag event (I'm more used to dragging to/from TreeViews and ListViews) ... but in any case, somewhere you need to fire the DoDragDrop() method ... that's the only piece that you're missing I think. I do it from the ItemDrag eventhandler ... there should be something comparable for the PictureBox, or (since I don't see anything obvious there), you could probably fire a DoDragDrop() method from the DragEnter eventhandler.

~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform