Page 1 of 1

How to toggle between windowed and full screen mode

PostPosted: Sep 8, 2004 @ 2:11pm
by Johan

PostPosted: Sep 9, 2004 @ 12:49am
by egarayblas
Thanks Johan!

I made a couple of changes because it doesn't seem to show the minimize box, restore and close button if your game runs on full screen initially.

Line 18 should be changed to:
nStyle |= WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX;

PostPosted: Sep 9, 2004 @ 5:47am
by Johan
Ok, Thanks!