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