[DllImport("user32.dll")]
static extern IntPtr GetActiveWindow();
<DllImport("user32.dll", SetLastError:=True)> _
Private Shared Function GetActiveWindow() As IntPtr
End Function
None.
Please add some!
Can be used to find the active window Hwnd for GetWindowText
Please add some!
Do you know one? Please contribute it!