Advertisement

I hate Win32

Started by November 07, 2000 09:15 AM
1 comment, last by Orpheum 24 years, 2 months ago
Ok I know I have a lot of open threads, but Im really new at Win32 and somewhat confused... In my map editor, I created a static child window along the right side of the screen to hold columns of five tiles each. The only problem is that the static window (the "container") clips the children with the tiles!! How can I make the children visible on top of the static child? I specified WS_VISIBLE when I created them!!
There is no spoon.
You might try playing with the WS_CLIPSIBLINGS and WS_CLIPCHILDREN flags.
Advertisement
Thanks! I had to play with which CreateWindow to put that flag in, but I got it to work!!
There is no spoon.

This topic is closed to new replies.

Advertisement