am trying to write an application in c# to lock or freeze all programs until someone enters a value in the app's textbox and clicks 'ok'.
The purpose of the app would be to get people to enter their time(by force :) ).
As far as I know you can set it to top most but they can kill it with task manager so am stuck here....
I was thinking what is a better way of doing this.
Thanks