1. Win32Lib Window Washout.
- Posted by Jan & Gerald Harvey <vk2bnh at IX.NET.AU>
Feb 25, 1999
-
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.
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