|
-
Jan 18th, 2018, 07:50 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Event for Detecting Failed Drag/Drop
In my application code is executed during drag/drop which draws pretty cool looking x's across controls that won't accept a drop. Everything works fine if the drag/drop is succesful because i erase the x's in the dragdrop event, but if the user lets go of the left mouse button over a control which doesn't accept a drop then the x's stay on the screen I need an event which is triggered if the drag drop fails. I tried using a simple mouseup event for the entire form but it hasn't worked for some reason.
Any help would be appreciated. Thanx!
Last edited by neef; Jan 27th, 2018 at 08:21 PM.
Intermediate Level Programmer Extraordinaire 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|