C # Drag and Drop effect using Overlay / Opaque Image

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.

+4
source share
1 answer
+5
source

Source: https://habr.com/ru/post/1334049/


All Articles