WinEveR Posted December 21, 2006 Posted December 21, 2006 Hi, ive got an script that when i press F9 it minimizes a Game and it keeps sending UP key to the game every 3 seconds ControlSend($handle, "", "", "{UP DOWN}") Sleep(3000) ControlSend($handle, "", "", "{UP UP}") MouseClick("right",963, 523) <------- Sleep(3000) But i want to send a right click in the game screen when it is minimized so i can use other programsBut that way it doesnt click in the game screen it clicks in my screenWhat is the command to send a mouseclick in a minimized program so it is no needed to have it opened?Thanks
crzftx Posted December 21, 2006 Posted December 21, 2006 If you're trying to click on $handle and you have GUIGetMsg() going, then $msg = $handle should work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now