m0nster Posted April 17, 2007 Posted April 17, 2007 (edited) I have a couple of games where if you click out of the window or you get a popup, it minimizes the game if it's in window mode. I'd like to stop that... Is there anything you know of that can do this? I am already using _MouseTrap() and a continuously looped WinActivate(), but the game still minimizes when there's a popup or I hit the windows key. I know this is possible in C++, but I'm not sure about AutoIt. Any help is much appreciated. Oh, and also, can you use FileOpen to run a .reg file? Edited April 17, 2007 by m0nster
Generator Posted April 17, 2007 Posted April 17, 2007 m0nster said: I have a couple of games where if you click out of the window or you get a popup, it minimizes the game if it's in window mode. I'd like to stop that... Is there anything you know of that can do this? I am already using _MouseTrap() and a continuously looped WinActivate(), but the game still minimizes when there's a popup or I hit the windows key. I know this is possible in C++, but I'm not sure about AutoIt. Any help is much appreciated.Oh, and also, can you use FileOpen to run a .reg file?Why not using RegWrite() and RegRead()
m0nster Posted April 17, 2007 Author Posted April 17, 2007 So, does anyone know how to prevent a window from minimizing when you click out of it, get a popup, hit the windows key, etc via AutoIT?
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