1. Win32Lib Window Washout.
- Posted by Jan & Gerald Harvey <vk2bnh at IX.NET.AU> Feb 25, 1999
- 404 views
- Last edited Feb 26, 1999
Hello, Is there any way using Win32Lib and the create() function to make a window that is shown maximised first time?? I really need this for a program I am making. Neil Harvey
2. Re: Win32Lib Window Washout.
- Posted by Bernie Ryan <bwryan at PCOM.NET> Feb 25, 1999
- 392 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