hello
I am learning the mousemove, mousedown and mouseup commands. The books and examples I have show very simple commands to program these events, and they all imply that the X and Y coordinates of the mouse on the form (or control) are sensed automatically. However as I move the mouse or click down, the X and Y coordintaes are always zero. I know this because I print X and Y to text boxes at the mousedown event. Also, if I draw a circle at X,Y (on mousedown), the center is always at the form's 0,0 origin.
I have changed every form property that I though would effect this.
Is their an add-in or additional control library that I need to import to get these mouse events to work?
Thanks for your time.
I am learning the mousemove, mousedown and mouseup commands. The books and examples I have show very simple commands to program these events, and they all imply that the X and Y coordinates of the mouse on the form (or control) are sensed automatically. However as I move the mouse or click down, the X and Y coordintaes are always zero. I know this because I print X and Y to text boxes at the mousedown event. Also, if I draw a circle at X,Y (on mousedown), the center is always at the form's 0,0 origin.
I have changed every form property that I though would effect this.
Is their an add-in or additional control library that I need to import to get these mouse events to work?
Thanks for your time.