Both sound good but don't work...
Somehow,
GetDesktopWindow() returns a different HWND then
GetForegroundWindow() when my desktop is the foreground window (so all my windows are minimalized).
The problem with enumerating all windows is that
EnumWindows uses a callback function to return the results. So I cannot use that in my
IsFullScreenAppRunning() function to return either
true or
false...
Thanks for your help anyway