Click here to Skip to main content
15,909,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Wanted to disable the window, ctrl , alt , del key in compact framework.

Also the context menu should also not open.

Thanks in advance.
Posted
Comments
johannesnestler 2-Jul-14 10:28am    
I tried that in the past with CF 2.0 - I didn't find a way. Keyboard Hooks don't work (any more) with Ctrl-Alt-Del, although you could intercept others (Alt+F4,...). I finally solved it by manipulating the device image (so that I can optionally disable starting of Explorer during startup) - no Explorer - no keyboard functions for the user. (Btw: In Administrator mode of my application I added a button which can start Explorer manually if needed)

 
Share this answer
 
Comments
NowONever 1-Jul-14 5:57am    
I wanted a solution for compact framework 3.5 c#. I am not using wpf
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900