I have a full screen DirectX drawing application which I've noticed looses focus when you get one of those Windows notifications. Is there a way to avoid this?
Asked
Active
Viewed 165 times
2
-
Windows notifications is something like [this](http://www.mydigitallife.info/wp-content/uploads/2006/04/wga-notification3.jpg)? – Ivan Aksamentov - Drop Aug 29 '13 at 10:31
-
@Drop: That link doesn't work. – ronag Aug 29 '13 at 10:46
-
If your app is truly a fullscreen DirectX app, explorer should be [suppressing those windows notifications](http://technet.microsoft.com/en-us/magazine/ff808316.aspx). Either your app is not triggering explorer's fullscreen detection, or something other than a balloon notification is causing you to lose focus. – Jon Aug 29 '13 at 14:16