[DllImport("user32.dll", SetLastError=true)]
static extern void SwitchToThisWindow(IntPtr hWnd, bool fAltTab);
Declare Sub SwitchToThisWindow Lib "user32.dll" ( _
hWnd As IntPtr, fAltTab As Boolean)
None.
Please add some!
Please add some!
Do you know one? Please contribute it!