How to disable keyboard events ???
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I search a way to block Ctrl+Alt+del , Alt+Tab , Ctrl+Alt+End , Alt+F4 from the keyboard ... Thanks
-
I search a way to block Ctrl+Alt+del , Alt+Tab , Ctrl+Alt+End , Alt+F4 from the keyboard ... Thanks
You need to write a global keyboard hook. I'm not sure that will even catch Ctrl-alt-del, but it should allow you to intercept the others. Christian Graus - Microsoft MVP - C++