Tuesday, 20 August 2013

C# How to Keep User From leaving Program in Windows

C# How to Keep User From leaving Program in Windows

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?
Many thanks in advance!
Jon

No comments:

Post a Comment