I have a Delphi app where I’d like to have a button that will grab a specific game’s window and then make that game’s window active… This means that if the game’s window is in the background, then it needs to get focused and be brought to the front. I want it to become the active window.
Not sure if it’s of any use, but the game I am trying to make active is a DirectX 9 game and the game is running in fullscreen borderless windowed mode.