Lock the Computer
-
Hi all, I am trying to make a program that locks the computer every 1 hour, and display a window to the user, this should have a question , and textbox to answer the question. I don't how to do this exactly, i tried to make a code to change the password of the user to be the answer of some question and the password hint to be the question, but i failed. I don't know if this method works or not, if you can help me to do this, then i am grateful However, if you know any other techniques to do this, please suggest
-
Hi all, I am trying to make a program that locks the computer every 1 hour, and display a window to the user, this should have a question , and textbox to answer the question. I don't how to do this exactly, i tried to make a code to change the password of the user to be the answer of some question and the password hint to be the question, but i failed. I don't know if this method works or not, if you can help me to do this, then i am grateful However, if you know any other techniques to do this, please suggest
You're trying to do what?!??? Seriously, why are you trying to do this?
This space for rent
-
Hi all, I am trying to make a program that locks the computer every 1 hour, and display a window to the user, this should have a question , and textbox to answer the question. I don't how to do this exactly, i tried to make a code to change the password of the user to be the answer of some question and the password hint to be the question, but i failed. I don't know if this method works or not, if you can help me to do this, then i am grateful However, if you know any other techniques to do this, please suggest
-
You're trying to do what?!??? Seriously, why are you trying to do this?
This space for rent
-
It has to be asked. There's a one in 10 billion chance it might be legit.
This space for rent
-
It has to be asked. There's a one in 10 billion chance it might be legit.
This space for rent
Yep, and the population of the planet is somewhat less than ten billion.... Cheers, Peter
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
-
-
I am doing this in my own computer, and i will make a copy of this application on my children's PC, the purpose of this software is to encourage them to gain knowledge. The main problem, is that i don't know how to make my program on top of everything , and make the user unable to get rid of it , until solving the question
-
I am doing this in my own computer, and i will make a copy of this application on my children's PC, the purpose of this software is to encourage them to gain knowledge. The main problem, is that i don't know how to make my program on top of everything , and make the user unable to get rid of it , until solving the question
Your program can't be on top of everything, unless it is running as a screensaver. Other applications will fight for the right of being the topmost. The login-screen and the desktop are "desktop" objects, capable of showing applications. You'd need to create one (example here[^]) and then run your application in that new desktop. There's bound to be an article on CodeProject that shows "desktop switching", which would be a good place to start* No, not easy if you're new to .NET. --edit *) Found it; Desktop Switching[^]. Contains a desktop-class that hides the complicated stuff.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)