I think this will be a simple question and needs to be asked for several years, but it cannot work with Google and does not know if a specific keyword exists.
In C # WinForm, I want to do a drag and drop, but I don't need a DragDropEffects Move, Copy image or anything else. I want to display an image with half opacity. Just like Firefox when dragging and dropping an image, you will see an image designating the mouse pointer as a ghost :)
I already implement the events of DoDragDrop, DragEnter and DragDrop. I just want to customize the drag and drop effects with the overlay image.
source share