How do I prevent the user from using the keyboard for an interval of time during my VB application? not only do I want to prevent CTRL+ALT+DEL and the Windows keys from being pressed(which can be done using the SystemParametersInfo API) but I want to prevent any key from being used. Can anyone help me out here?

Thanks.