Newbie: Win32Lib: open maximized?
- Posted by Dan Moyer <DanMoyer at PRODIGY.NET> Aug 26, 1999
- 607 views
Hello all, Another newbie question, if you all don't mind: How can I make a windows program start out MAXIMIZED using Win32Lib? I tried putting WS_MAXIMIZE in the style parameter for "create window", but it didn't do anything; I tried using the "get system metrics" function described in a Win32 Tutorial by Ad Rienks & Wolfgang Fritz, but that just gives a "big" window, not a truly maximized one. Any suggestions? Dan Moyer

