Top "Mousemove" questions

For issues relating to setting up, subscribing to, or handling mousemove events.

DoDragDrop disables MouseMove Events

After having started a Drag & Drop operation by DragDrop.DoDragDrop(...) no more MouseMove Events are fired. I even tried …

c# wpf drag-and-drop mousemove
Is it possible to simulate mouse move and mouse clicks at hidden window?

So is there a way to make my Win32 application "think" that the mouse is moving over its window and …

c++ winapi click mousemove simulate
ToolTip for picturebox and image map

I have a PictureBox that has a map assigned to it (basically a list of Rectangle objects). Now I want …

c# winforms tooltip picturebox mousemove
How do I get my image to follow my mouse?

How do I get my image to follow my mouse anywhere on the screen? The below code makes the image …

java image swing mousemove mouse-listeners
Robot.mouseMove not moving to specified location properly

Whenever I run a mouseMove command for a robot, the mouse doesn't always go to the same location. For example, …

java windows mousemove awtrobot
Zoom canvas area in Delphi

I making something that looks like Paint in Delphi. I found how to make zoom function: procedure SetCanvasZoomFactor(Canvas: TCanvas; …

delphi canvas delphi-7 zooming mousemove
MouseMove event in PictureBox is fired continuously even if the mouse is not moved

Why does MouseMove event of a PictureBox seem to be fired continuously even if the mouse is not moved? I …

c# .net winforms picturebox mousemove