I tried to fill a MDI child at start up or on open to the full size of the enclosing frame but
self.ShowWindow(win32con.SW_SHOWMAXIMIZED)
or
self.SetWindowPlacement(placement)
did not work (self is the MDI Child PyCWnd).
Did I miss something or is it impossible?
Many thanks for any hint.
Manfred
_______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
