Hi Friends,
I am a VB programmer and have a requirement that when i run my application, i should be able to stop anyone from exiting from the application and moving to some other application,something that can easily be accomplished by using key combinations such as "alt+tab" or ending the task using the task manager(ctrl+alt+del).
I have tried to use the sendkeys method but for the global keys such as the alt+del, it does not work.
Any suggestions please?
Alternatively you could also help by giving me other solutions as my requirement is to ensure that my application can monitor the use of the internet and so it shoul be running constantly.After the user has been given access into the system, is when he should be able to access the browsers.For this i need to have all global keys disabled and allow the user to use the letters and numbers ONLY,NO other key should work.
Kindly assist.
I am a VB programmer and have a requirement that when i run my application, i should be able to stop anyone from exiting from the application and moving to some other application,something that can easily be accomplished by using key combinations such as "alt+tab" or ending the task using the task manager(ctrl+alt+del).
I have tried to use the sendkeys method but for the global keys such as the alt+del, it does not work.
Any suggestions please?
Alternatively you could also help by giving me other solutions as my requirement is to ensure that my application can monitor the use of the internet and so it shoul be running constantly.After the user has been given access into the system, is when he should be able to access the browsers.For this i need to have all global keys disabled and allow the user to use the letters and numbers ONLY,NO other key should work.
Kindly assist.