[DllImport("user32.dll")] static extern bool LockSetForegroundWindow(uint uLockCode);
static readonly uint LSFW_LOCK = 1;
static readonly uint LSFW_UNLOCK = 2;
None.
Please add some!
Do you know one? Please contribute it!