WIN32LIB : window style
- Posted by Gwen <mb11363 at chello.be> Mar 26, 2001
- 521 views
Hi ! I've noticed a little bug (I think) about opening a window with a specific style : let's define create(Window,"test",0,Default,Default,300,320,{WS_DLGFRAME,WS_SYSMENU}) if later I open it with a 'modal' style, the borders of the window disappear, and this isn't the case when I open it with a 'normal' style. is this a bug ? Gwen