Re: CxImage User Input
- Posted by Lone_EverGreen_Ranger Sep 01, 2009
- 1092 views
ghaberek said...
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
Actually it wasn't that it, it wasn't visible, I forgot to add repaintWindow when I drew the image to the window.