kante Posted December 4, 2003 Posted December 4, 2003 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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.