Is there a way to draw text over an topmost fullscreen application (like game)?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Well I’m trying to create this small app that notifies me how long I have played a game. Now I want it to draw a short message or picture telling me that I have played game for N minutes. Is it possible and how to display something over a fullscreen directx or opengl game, without interrupting it? I have already tried with simple dialogs in MFC with Topmost attributes set but it doesn't seem to work on fullscreen games. I would appreciate suggestions and samples on how to do that. I'm not so experienced direcx programmer. ~dzenan~