0
votes

I need help with mouse drag and drop. I would like to make something like mouse macro. You specify the XY coordinates of cursor and then drag something to another XY coordinates automatically. Is it possible?

I know how to simulate Mouse Click and Mouse Movement, but I am not sure with the Mouse Dragging.

1

1 Answers

0
votes

WM_MOUSEDOWN, WM_MOUSEMOVE, WM_MOUSEUP -- use Spy++ to view windows messages