win32gui.FindWindowEx
PyHANDLE = FindWindowEx(Parent, ChildAfter , ClassName , WindowName )
Retrieves a handle to the top-level window whose class name and window name match the specified strings.
Parameters
PyHANDLE = FindWindowEx(Parent, ChildAfter , ClassName , WindowName )
Retrieves a handle to the top-level window whose class name and window name match the specified strings.