Results 1 to 5 of 5
  1. #1
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking

    [HELP]Form1[Solved]

    How would i make form1 follow the cursor?

  2. #2
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by wassup40 View Post
    How would i make form1 follow the cursor?
    Code:
    Form1.Location = New Point(MousePosition.X, MousePosition.Y)

  3. The Following User Says Thank You to Hassan For This Useful Post:

    wassup40 (10-21-2010)

  4. #3
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Make sure you stick it in a loop or timer of some sort.

  5. The Following User Says Thank You to freedompeace For This Useful Post:

    wassup40 (10-21-2010)

  6. #4
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by freedompeace View Post
    Make sure you stick it in a loop or timer of some sort.
    Obvious info is obvious =)

  7. The Following User Says Thank You to Hassan For This Useful Post:

    wassup40 (10-21-2010)

  8. #5
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Thank's
    /
    i though it was somthing like me.position or sumin anyway
    /solved

Similar Threads

  1. [Help Request] Please help me solve the hackers!
    By j148148 in forum Alliance of Valiant Arms (AVA) Help
    Replies: 2
    Last Post: 07-05-2011, 12:39 PM
  2. [help]MSGBOX[Solved]
    By Kollie8ice in forum Visual Basic Programming
    Replies: 8
    Last Post: 03-16-2010, 03:30 AM
  3. [Help]CheckBox[Solved]
    By ppl2pass in forum Visual Basic Programming
    Replies: 1
    Last Post: 03-07-2010, 10:54 PM
  4. [Help]PictureBox[Solved]
    By zmansquared in forum Visual Basic Programming
    Replies: 6
    Last Post: 03-07-2010, 10:52 PM
  5. [Help]Progressbar[Solved]
    By Shocker2010 in forum Visual Basic Programming
    Replies: 2
    Last Post: 03-06-2010, 02:03 PM