Re: win32lib and child windows
- Posted by Derek Parnell <ddparnell at bigpond.com> Feb 25, 2003
- 418 views
=A0 WS_CLIBSIBLINGS works. This is what I did... =A0 In the CreateChildWindow() routine, I replace the Window creation call = with this... =A0 new_wnd[1] =3D createEx( Window, title, parent_hwnd, Default, Default, = 320, 240, or_bits(WS_CHILD,WS_CLIPSIBLINGS), {0} ) =A0 All the other bits you had are the default ones anyhow. =A0 And now it looks great. I like how you are doing this. -- =A0 cheers, Derek Parnell --- sorry if this gets onto the list multiple times. My email client is = acting up. -------------------------------------------------------------------- CAUTION - This email and any files attached may contain privileged and confidential information intended solely for the use of the individual = or entity to whom they are addressed. If you are not the intended = recipient of this message you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify the sender immediately. = Any views expressed in this message are those of the individual sender and = may not necessarily reflect the views of Global Technology Australasia = Limited. --------------------------------------------------------------------