The only thing you can't disable like this is the ability for the user to press CTRL-ALT-DEL
Disabling Ctrl+Alt+Del is a FAQ on Adv. Win32 api ng for decades
(news://194.177.96.26/comp.os.ms-wind...ogrammer.win32)
And Disabling input like this is horrible. The official method is BlockInput()
Read the Petzold + Richter to learn Win32 api...
marco93, I'm reading Programming Windows by Charles Petzold, and I know about MSDN, it doesn't show every cool thing that can be done with C++. If it did, I would be completely amazed. Also, HOW IS THE CODE HORRIBLE?. BlockInput can't do everything. Compile the first code for a mouse disabler. It makes it so you can only move it in a circle. Can you do that with BlockInput?
Last edited by TheBeast32; Aug 18th, 2008 at 10:33 pm.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.