cursor dragging

kante

Newcomer
Joined
Jan 16, 2003
Messages
13
i would like to create with c# a Draggable Cursor.

in a pseudo language that's wat i tryed to obtain it:

cursor.click -> start drag

cursor.mousemove -> cursor.Xpos = mouse.Xpos

cursor.mouseup -> stopdrag

but it's not working properly...

when i click on the cursor and i'm dragging the cursor doesn't follow mouseMove... and when i mouseup tha cursor doesn't stop to follow the mouse.....

maybe i made a mess.... or probably there's a different way to obtain it....

can u help me? with any example?
 
Back
Top