Results 1 to 2 of 2

Thread: Mouse ???

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 1999
    Location
    Chennai, India
    Posts
    17
    Hi

    How to know the position of the mouse (i.e.,X and Y position ) , while moving the Mouse ( remmeber that button should be ( left button or right button ) downed ) ??

    Pl. repsond immediately .

    Bye

    Sanju

  2. #2
    Junior Member
    Join Date
    Apr 2000
    Posts
    22
    The form has a MouseMove property (for while the mouse is moving) and a MouseDown property (for when a button is clicked). These expose X and Y coordinates as well as button and shift. Otherwise, you can use the GetCursorPos API call, if your form is hidden, for X and Y co-ordinates.
    This sentence is a lie.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width