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?
Printable View
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?
Hi,
You can use this:
vb Code:
If e.Button = Windows.Forms.MouseButtons.Left Then ' Do something End If
Wkr,
sparrow1
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...
Is this macro going to be used to click things outside the form?
Then coords wont be reliable enough to distribute this program.
Yes, clicking stuff outside the program or not part of the program, as well as in the program.Quote:
Originally Posted by Philly0494
???:ehh: ?????????:ehh: ????Quote:
Originally Posted by Phily0494
Maybe this can help you
http://forums.msdn.microsoft.com/en-...0-966105e09ab1
Thankyou Norther, this thread is resolved.
Also welcome to the forums.
And already you have a rate.
Have a look here:
http://www.freevbcode.com/ShowCode.asp?ID=6393