Re: CxImage User Input
- Posted by ghaberek (admin) Sep 01, 2009
- 1084 views
Your child Window is not visible. You'll need to add the WS_VISIBLE flag to have it show up...
Hero_WalkGfx_Win = createEx(Window,"",Tab_Hero,460,50,64,64,{WS_VISIBLE,WS_CHILD,WS_CLIPSIBLINGS},0)
-Greg