I have a button A
When I press it, I want to make the button move to button B, click it and then move it to button C and click that one.
How do I do this?
Not sure if I have read your question correctly but I think that you are saying that you have 3 buttons on your form and that when button1 is pressed you would like the other 2 buttons to be pressed. If so just add the following 2 lines of code to the button 1 code
Button2_Click
Button3_Click
Just replace the Button2 & Button3 for the names of your buttons
I think that he means that too, but cannot see why it would matter whether the mouse moved or not. If it is important that the mouse moves then the only way I can think of doing it would be for the software to pick up the X and Y co-ordinates for buttons 2 & 3, then telling the mouse pointer to go to those points?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.