1. Child windows behave badly
- Posted by Tony Steward <lockmaster67 at aol.com> Oct 24, 2002
- 459 views
Hi All, I have written my program (using IDE) and am no going back and changing all but the main window to child windows but this causes some strange things like parts of the child window displaying before it is even opened. Antone experienced this or know how I may fix it. I presume i'm doing something wrong or is there a bug I don't know about. Using win32lib 57.9 Thanks Tony Give your hardest tasks to your lasiest workers. They will always find the easiest way to complete it.
2. Re: Child windows behave badly
- Posted by Robert Szalay <robsz1 at netzero.net> Oct 24, 2002
- 430 views
Hmm. My thought is that this is related to the WS_VISIBLE style. Try removing WS_VISIBLE see if that helps Regards, Robert Szalay ----- Original Message ----- From: Tony Steward <lockmaster67 at aol.com> Subject: Child windows behave badly > > Hi All, > I have written my program (using IDE) and am no going back and changing > all but the main window to child windows but this causes some strange > things like parts of the child window displaying before it is even > opened. Antone experienced this or know how I may fix it. I presume i'm > doing something wrong or is there a bug I don't know about. > > Using win32lib 57.9 > > Thanks > Tony > > Give your hardest tasks to your lasiest workers. > They will always find the easiest way to complete it. > > > >
3. Re: Child windows behave badly
- Posted by Robert Szalay <robsz1 at netzero.net> Oct 24, 2002
- 426 views
>From the child windows, that is. Regards, Robert Szalay -------------------------------------------