Windows form c# application that freezes windows and disables all other running application
I intend writing a Windows form c# application that freezes windows and disables all other running application in the background while executing for security reasons. Any Ideas on how I could go about this?
VulpesPosted Jun 27, 2012, 4:54 AM
http://msdn.microsoft.com/en-us/library/system.diagnostics.process.priorityclass.aspx
http://msdn.microsoft.com/en-us/library/system.diagnostics.processpriorityclass.aspx
Emeka NwaosaPosted Jun 26, 2012, 3:59 PM
Suthish NairPosted Jun 24, 2012, 3:54 PM