The MASM Forum

General => The Campus => Topic started by: Don57 on October 05, 2012, 09:58:17 AM

Title: CreateWindowsEx dwStyle
Post by: Don57 on October 05, 2012, 09:58:17 AM
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.
Title: Re: CreateWindowsEx dwStyle
Post by: qWord on October 05, 2012, 10:15:02 AM
try it with: WS_SYSMENU or WS_MINIMIZEBOX or WS_CAPTION
Title: Re: CreateWindowsEx dwStyle
Post by: Don57 on October 05, 2012, 10:20:23 AM
Thank you. A very minor problem but very annoying.  :eusa_clap: