Keep C# program on top of all Windows messages.
I have a program that I'm trying to make secure, and keep users from accessing any Windows items, and the problem I'm having is whenever there's a Windows update message, or an Antivirus message from the task bar it shows up over my program, and I can't have that happen. How can I prevent this?