win32ui.FindWindow
PyCWnd = FindWindow(className, windowName )
Searches for the specified top-level window
Parameters
Return Value
The result is a PyCWnd (or derived) object, or a win32ui.error exception is raised.
PyCWnd = FindWindow(className, windowName )
Searches for the specified top-level window