Click here to Skip to main content
15,913,773 members

Comments by Tdmonkeypoop (Top 3 by date)

Tdmonkeypoop 30-Jan-14 12:26pm View    
http://stackoverflow.com/questions/1316681/getting-mouse-position-in-c-sharp
Tdmonkeypoop 30-Jan-14 12:16pm View    
Depending on where you drop it there is always the ability to say bool isDropable; I mean if you are dropping it on an object or in an area you can make a map of location that is dropable, pass in the X,Y of the mouse on mouseUp, and then determine if it's in the right location.

Really though that might not work all depends on your application, but there are 2 ideas...
Tdmonkeypoop 30-Jan-14 9:42am View    
Ok but what have you tried? Have you searched, a quick search brings up http://www.codeproject.com/Articles/16905/Drag-and-Drop-Image-in-C-NET . Does that help or are you looking for something different.

Like Ryan said where are you stuck?