m0nster Posted March 25, 2007 Posted March 25, 2007 Basically, I have a game that plays in window mode and I'm always accidentally clicking past the edge of the window which minimizes it. Is there an effective way to stop this? I know I can use something like while (1) winActivate($title), but it still minimizes even if only for a second. Is there a way to lock the cursor within a specific window with AutoIt? Also, is there any way to disable the Windows Keys? Same problem. Much appreciated.
BigDod Posted March 25, 2007 Posted March 25, 2007 _MouseTrap will trap the mouse. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
m0nster Posted March 25, 2007 Author Posted March 25, 2007 Thanks. I didn't know about that, but it worked perfect. I'm assuming that disabling the LWIN and RWIN keys with AutoIt isn't possible...I guess what I could do is make a registry file that disables them and one that renables them, and then have my script run them.
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