C# Drag and Drop Effect with Overlay/Opaque Image

Posted by CallMeLaNN on Stack Overflow See other posts from Stack Overflow or by CallMeLaNN
Published on 2011-01-03T09:27:33Z Indexed on 2011/01/03 9:53 UTC
Read the original article Hit count: 179

Filed under:
|
|
|

Hi,

I think this would be simple question and should be asked in the pas few years but unable to google around and dont know if there is a specific keyword.

In c# WinForm I want to do drag and drop but I dont want the image of DragDropEffects Move, Copy or whatever. I want to display an image with half opaque. Just like Firefox when dragging an image, you would see the image folowing the mouse pointer like a ghost :)

I already Implement DoDragDrop, DragEnter and DragDrop events. I just want to customize the dragging effects with overlay image.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms