A Blocking Window
General and Desktop
4
Posts
3
Posters
1.1k
Views
1
Watching
-
wrote on 6 Jul 2012, 14:18 last edited by
Hi,
I have a window which is in full screen mode by default. Now, how can I make that window to block everything, that is the user just see that screen and is prevented from doing anything no matter what key combinations he may do? -
wrote on 6 Jul 2012, 15:53 last edited by
You making a virus of some sort?! :D
-
wrote on 6 Jul 2012, 19:14 last edited by
You can grab mouse and keyboard and reactivate your application once it lost focus, but that's it.
For everything else you will need platform-specfic code, most probably in terms of a low-level key grabber to prevent global shortcuts. In addition, you might want to set your application as the shell (instead of explorer.exe). The keyword you are looking for is 'kiosk mode'.
-
wrote on 7 Jul 2012, 05:57 last edited by
No raaghuu, I am trying to making something more or less like cyber software.
1/4