c++ - Handle Ctrl-Alt-Delete in Fullscreen Window -


i want change fullscreen window regular window whenever user presses ctrl-alt-delete, similar how directx 11 behaves on alt-tab. quick google search reveals there no direct windows message key combination. there more general message describes both ctrl-alt-delete , alt-tab can intercept program can react accordingly?

the more general message looking wm_killfocus.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -