Currently for XP, Disables Mouse movement and keyboard input.



using System.Runtime.InteropServices;

[DllImportAttribute("user32.dll", EntryPoint = "BlockInput")]
...