Full screen problem
-
many games are running under full screen mode, but this may cause some inconvenient matter after you quit it or tab to other application. How can I make a program to make them running in stardard window mode, of cause the games themselvies don't have this option. Thank you!
-
many games are running under full screen mode, but this may cause some inconvenient matter after you quit it or tab to other application. How can I make a program to make them running in stardard window mode, of cause the games themselvies don't have this option. Thank you!
i could use api hooks for CreateWindow and CreateWindowEx! also for ChangeDisplaySettings and ChangeDisplaySettingsEx if the game changes the screen resolution. i don't know if it also works with directx games, try it to be sure about this problem! IceMatrix