News:

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

Main Menu

CreateWindowsEx dwStyle

Started by Don57, October 05, 2012, 09:58:17 AM

Previous topic - Next topic

Don57

I'm trying to create a window with just the minimize button and the close button but OR of WS_MININIZE AND WS_CAPTION doesn't seem to work.

qWord

try it with: WS_SYSMENU or WS_MINIMIZEBOX or WS_CAPTION
MREAL macros - when you need floating point arithmetic while assembling!

Don57

Thank you. A very minor problem but very annoying.  :eusa_clap: