// 適用於Windows 2K/XP/2003
// 所需 Windows API
Function Long SetForegroundWindow (Long Hwnd) Library "user32.dll" Alias For "SetForegroundWindow"
FUNCTION Long GetForegroundWindow() LIBRARY "user32.dll"
FUNCTION Long GetWindowThreadProcessId(long hwnd, ref Long lpdwProcessId) LIBRARY "user32.dll"
// 所需 Windows API
Function Long SetForegroundWindow (Long Hwnd) Library "user32.dll" Alias For "SetForegroundWindow"
FUNCTION Long GetForegroundWindow() LIBRARY "user32.dll"
FUNCTION Long GetWindowThreadProcessId(long hwnd, ref Long lpdwProcessId) LIBRARY "user32.dll"