1. Win32lib: WS_CHILD windows and setFocus question
- Posted by Judith Evans <camping at FLASH.NET> Jan 18, 2001
- 511 views
Hi, I've got a window with several other windows and one of them has WS_CHILD,WS_THICKFRAME,WS_CAPTION,WS_MAXIMIZEBOX style. I can not figure out how to highlight the child's titlebar. If I setFocus to it, the mainWindow gets highlighted instead. I can highlight the other windows titlebars just fine but they are not WS_CHILD. This window is defined such as mainwindow = create etc etc childwindow = create( win2, "a title", mainwindow, etc with the style described above. Can anyone help? Thanks, Judith