Jump to content

Stopping a window from minimizing?


Recommended Posts

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 by m0nster
Link to comment
Share on other sites

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()
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...