|
-
Jul 19th, 2008, 08:57 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] [2005] Control the users mouse?
1. How do i control the users mouse? I can make their mouse move to positions(0,0) etc...
Even if their mouse is off my program.
2. Then how do i make their mouse left-click?
-
Jul 19th, 2008, 10:30 AM
#2
Re: [2005] Control the users mouse?
Hi,
You can use this:
vb Code:
If e.Button = Windows.Forms.MouseButtons.Left Then ' Do something End If
Wkr,
sparrow1
-
Jul 19th, 2008, 10:43 AM
#3
Thread Starter
Frenzied Member
Re: [2005] Control the users mouse?
Sparrow1 you misunderstood me i know how to make it so actions are taken when the user left clicks. But how do i CONTROL the users mouse and MAKE their mouse left click for them? kinda like making a macro on their computer...
-
Jul 19th, 2008, 12:08 PM
#4
Hyperactive Member
Re: [2005] Control the users mouse?
Is this macro going to be used to click things outside the form?
Then coords wont be reliable enough to distribute this program.
-
Jul 19th, 2008, 01:44 PM
#5
Thread Starter
Frenzied Member
Re: [2005] Control the users mouse?
 Originally Posted by Philly0494
Is this macro going to be used to click things outside the form?
Yes, clicking stuff outside the program or not part of the program, as well as in the program.
 Originally Posted by Phily0494
Then coords wont be reliable enough to distribute this program.
??? ????????? ????
-
Jul 19th, 2008, 01:48 PM
#6
New Member
Re: [2005] Control the users mouse?
-
Jul 19th, 2008, 01:54 PM
#7
Thread Starter
Frenzied Member
Re: [2005] Control the users mouse?
Thankyou Norther, this thread is resolved.
Also welcome to the forums.
And already you have a rate.
-
Jul 19th, 2008, 02:01 PM
#8
Hyperactive Member
Re: [RESOLVED] [2005] Control the users mouse?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|