News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

How to draw fullscreen in GDI and change screen res temporarily?

Started by kroz, July 24, 2012, 06:56:01 PM

Previous topic - Next topic

jj2007


dedndave

oops - right you are   :biggrin:

and i think it's one of the WS_OVERLAPPEDWINDOW bits
WS_OVERLAPPEDWINDOW = 00CF0000h
WS_THICKFRAME       = 00040000h

jj2007

Quote from: dedndave on August 08, 2012, 10:25:01 PM
and i think it's one of the WS_OVERLAPPEDWINDOW bits

Yes it is but note I use WS_OVERLAPPED, not WS_OVERLAPPEDWINDOW ;)


hfheatherfox07

Quote from: kroz on August 08, 2012, 08:17:12 PM
Oh yes , How can I set the window to be a fixed size (not user-changeable) when in windowed mode ?
i.e - if you choose NO for fullscreen then you cannot resize window.
(BlankWindow5) :)


That is simple! Comment out lines 176, 177, and 179 in BlankWindow5   :t

P.S
I open the assembly file with NOTEPAD2 so much nicer
You can see line #'s
http://www.flos-freeware.ch/notepad2.html
Your code and your skills will be assimilated. Your programming language is irrelevant.
We are the ASM Borg and you will become part of us. Compile and be assembled.

hfheatherfox07

By the way Kroz I love intro demos... I assume that is what you are
Making ... Is this something you can share for us to see? :icon_cool:
Your code and your skills will be assimilated. Your programming language is irrelevant.
We are the ASM Borg and you will become part of us. Compile and be assembled.