How to detect fullscreen?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Any one know how to detect if a fullscreen application is running (for example: game, video, pp presentation, etc...) thanks in advance...
-
You can get the active window handle (see GetActiveWindow function) and check the size (GetWindowRect function) ;) good luck! Regards from Romania, Razvan Serban