1.

Solve : Preventing task manager appearing over a program in VB.Net?

Answer»

I have created a full screen PROGRAM in VB.Net that requires a password to exit, however I can still end it using the processes tab in task manager.

Is there any way that I can prevent task manager being shown (or even sent behind the main form) while the program is running.

The program is full screen.I think this --> http://en.allexperts.com/q/VB-NET-3306/Preventing-user-showing-Task.htm <-- should help.

Good luck.This is the sort of SITUATION where privileges need sorting out. If the logged in user is allowed to USE Task Manager, why do you want to stop them?



Discussion

No Comment Found