mouse move?

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts Page 1 of 1
Contributors
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

mouse move?
Livengood
how would you move your mouse with coding in visual basic 2008?
been trying to find this out for awhile wahooo;
Last edited by Livengood on Wed Apr 28, 2010 5:42 am, edited 1 time in total.
Image
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: mouse move?
CodenStuff
You can set the location/possition of the mouse cursor using:
Code: Select all
Cursor.Position = New Point(100, 100)
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
Livengood
Serious Programmer
Serious Programmer
Posts: 445
Joined: Tue Feb 16, 2010 6:24 am

Re: mouse move?
Livengood
Thanks CodenStuff :)
Image
3 posts Page 1 of 1
Return to “Tutorial Requests”