I hate Win32
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.
November 07, 2000 01:10 PM
You might try playing with the WS_CLIPSIBLINGS and WS_CLIPCHILDREN flags.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement