I\'m implementing a task-bar replacement, dock-like application-switcher style program. It\'s doing some unique stuff with OpenGL, and with keyboard shortcuts, so the way it
Late answer, but you can use:
import win32gui hwnd = win32gui.FindWindowEx(0,0,0, "Window Title") win32gui.SetForegroundWindow(hwnd)