Results 1 to 3 of 3

Thread: Mouse_x

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2004
    Posts
    19

    Mouse_x

    i used to use GML and it had a variable called mouse_x
    how can i get the mouses position in vb.net?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    VB Code:
    1. Dim points As Point
    2.         points = Me.MousePosition
    3.         MessageBox.Show("X = " & points.X())
    4.         MessageBox.Show("Y = " & points.Y())

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2004
    Posts
    19

    thx

    thx alot.

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