[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)
Set fAltTab to true if you want it to work well for switching between applications. Otherwise won't work if application you're switching to is minimized.
Please add some!
Please add some!
Do you know one? Please contribute it!