0

I have searched a lot and the nearest thing I have found is this. The question is exactly about what I want to code, but there's only one vague answer. Searched code.google.com for GiveFeedback implementations, but none about what I want. Any idea, please?

Community
  • 1
  • 1
Alexandre
  • 1
  • 1

1 Answers1

0

Assuming this is C# / Windows Forms, if you use the built-in API for drag & drop, then you get a "dragging" mouse cursor for free. That is really the easiest solution.

Justin Ethier
  • 131,333
  • 52
  • 229
  • 284