On 29/08/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > If this is not possible, is there any way to end/restart the explorer.exe > program? If not, is there any other way you would reccomend securing the > computer? (not a program thats downloaded, we have to prove that everything > we download is for educational purposes @_@)
Hmm, one thing that might work, as a way of manually locking your screen: write a Tkinter app that pops up a password dialog and exits when you type in the correct password. Then set the global grab for the Entry widget. I haven't actually used global grab before (it's pretty bad manners!), but I think it will restrict all input to itself, and refuse attempts to let anything else have focus. Not certain, though. But it may be worth a try. -- John. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
