Advertisement

W32 Code

Started by April 10, 2001 08:10 AM
2 comments, last by AbeE 23 years, 7 months ago
How can I create a window that is maximised from the start? Is there anything along the lines of WM_MAXIMISE etc. I tried searching msdn but since I dunno the exact code I need I couldn''t find anything. Is there a site, or on msdn where all WM messages are listed ie-WM_CREATE,WM_PAINT,WM_MOVE etc. Thanks for any help
Just set the dwStyle parameter of the CreateWindowEx to WS_MAXIMIZE.
Advertisement
haha ya had the answer already.
-----------------------------;)I'm almost finished my 3D Engine for the TI-83 calculator ;)
hey you should try Visual C++ documentation for stuff like that. its astoundingly complete...

-----------------------------
I''m almost finished my 3D Engine for the TI-83 calculator
-----------------------------;)I'm almost finished my 3D Engine for the TI-83 calculator ;)

This topic is closed to new replies.

Advertisement