ALT+CTRL+DEL Question

Started by
0 comments, last by mmarvi 23 years, 8 months ago
If I have a DirectX app where I DO NOT specify the DDSCL_ALLOWREBOOT flag in the SetCooperativeLevel function (this disables ALT+CTRL+DEL in the application), how can I detect this infamous key combo within my program and take my own course of action once those three keys are pushed?
Advertisement
hmmm take a look at hooks

then set a hook for WH_KEYBOARD
and then just check whether ctrl + alt + del are down that''s it..

you could see something closer to that in my site but for nt/2000
but it will direct you

http://qsoft.cjb.net

ps.you''ll see the link in the news
btw if it helped you pls let me know!

This topic is closed to new replies.

Advertisement