[DllImport("user32.dll")]
static extern IntPtr GetForegroundWindow();
<DllImport("user32.dll", SetLastError:=True)> _
Private Shared Function GetForegroundWindow() As IntPtr
End Function
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!