win32lib and child windows
- Posted by Raudaun Long <LilFreak02_ at hotmail.com> Feb 24, 2003
- 455 views
Any reason why a simulated MDI interface using a parent window and several child windows would cause the child windows to not redraw when they get focus? The styles of the parent window are: styles = {WS_THICKFRAME, WS_SYSMENU, WS_MINIMIZEBOX, WS_MAXIMIZEBOX} ex_styles = {WS_EX_CLIENTEDGE} The child styles are: styles = {WS_CHILD, WS_BORDER, WS_THICKFRAME, WS_CAPTION, WS_SYSMENU, WS_MINIMIZEBOX, WS_MAXIMIZEBOX} ex_styles = {0}