views:

25

answers:

1

Hi, I need to show a popup to the user when he is dragging files or items onto my control. The popup basically informs him why dragging is disabled by giving him a message. I would like the popup to follow the mouse cursor whilst he is still in dragging mode.

OR is there a way to change the mouse cursor while dragging and displaying a text alongside the cursor? If there are any other designs that you guys can suggest.. that would be nice too.

Thanks for your suggestions!

A: 

You might finde some suggestions on how to change the cursor here: http://stackoverflow.com/questions/46805/custom-cursor-in-wpf

One suggestion is to draw your popup on a canvas and move it as the cursor moves.

Jakob Christensen