how to control or create my own words when i press ctrl+alt+del in windows

how to control or create my own words when i press ctrl+alt+del in windows using java

i want to control all keys of keyboard ,like if i press alt+tab i have to display a message etc..... using java

and how to control minimise button and maximise button

winkeys and ctrl key etc...... using java

how please let me know if anybody knows .....

[393 byte] By [tadaka_ravi] at [2007-9-26 1:58:48]
# 1

Firstly, this is not really a JSP topic. I would post it in the Java Programming forum.

Secondly, this is not platform independant- different types of computer operate differently to perform hard resets and so on.

Thirdly, no. It is a hard reset. It is the last resort when a program has collapsed and won't let you out. Changing the effect of ctrl-alt-delete is the last thing any user will ever want you to do. It is a very low level process, which is why you can use it to catch failed programs in Windows. Its like trying to change the effect of the power off button. What if your program crashed, how would the user stop the process, if your program is intercepting all the interrupt commands?

Breakfast at 2007-6-29 3:17:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
DONOT use JAVA to do such things
fayefun at 2007-6-29 3:17:06 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...