- How do you make a form be on top of all other windows?
- Is there a way to keep the stand-alone app. from being closed through the Task Manager?
- How do you restart/shut-down the computer if someone tries to close the application on the control box?
Basically, I’m trying to create an app. where the user must type in their code to minimize the app. window. However, even if I disable the control box, people can still press CTRL+ALT+DEL to access the Task Manager and use End Task. Also, I’m trying to make it so that if they do manage to close to app., the app. will either shut down the computer or restart it. Yes, this is evil, I know.