I have a C# WinForms application with a DataGridView control that has few DataGridViewTextBoxCell cells.
I would like to be able to drag each cell to some external application while showing the contents of the item (either a text or an image of this text. Even a properly sized rectnagle could be acceptable).
I was able to make the drag and drop to another window and it does copy the value of the dragged item in the target window, but it does not display anything while dragging. Moreover, when I start the drag, it shows a forbidden icon but it still drags and copies the value to the target window.