I'm writing a full-screen program for children (using C# and WinForms), and it is important that they (the users) are not able to move the mouse around and end up in another program in Windows or on the desktop -- in other words, once the teacher puts this program on the screen, the children must remain there, and the teacher can only exit the program using a password).
Is there any way to do this?