Jump to content

Recommended Posts

Posted (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 by m0nster
Posted

  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()
Posted

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?

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
  • Recently Browsing   0 members

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