DirectX and OpenGL (the APIs used in games) take over the screen real-estate when running. This means that only they can take up the screen. I suggest using Directdraw in fullscreen mode for the same purpose. That way since your program runs first, no other program can go on top of it.