Re: Win32Lib Window Washout.
- Posted by Bernie Ryan <bwryan at PCOM.NET> Feb 25, 1999
- 394 views
Look win32 library You will see Window styles. You must send a message to windows called WS_MAXIMIZE ( the WS stands for window style ) this would be logically anded with all the other style attributes and be passed in the style parameter when creating the window. Berine