News:

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

Main Menu

Change the color of the statusbar/window

Started by clamicun, May 05, 2019, 02:57:21 AM

Previous topic - Next topic

TimoVJL

Quote from: AW on May 08, 2019, 07:36:25 PM
If we include the WS_THICKFRAME style the window will have a grip.
If the parent window have that WS_THICKFRAME style.
May the source be with you

aw27

Quote from: TimoVJL on May 08, 2019, 08:51:18 PM
If the parent window have that WS_THICKFRAME style.
I am sure it has the WS_THICKFRAME style, don't you?

TimoVJL

Statusbar have 50000000h, only WS_CHILD or WS_VISIBLE
, so parent window rules, and dialog don't usually don't have WS_THICKFRAME and no grip.
May the source be with you

aw27

Quote from: TimoVJL on May 08, 2019, 09:11:18 PM
Statusbar have 50000000h, only WS_CHILD or WS_VISIBLE
, so parent window rules, and dialog don't usually don't have WS_THICKFRAME and no grip.

There is no grip in the dialog I am talking about the example where a window was created with the WS_OVERLAPPEDWINDOW style. This where all complaints are coming from.




jj2007

Quote from: clamicun on May 08, 2019, 07:56:45 PM
jj,
a couple of days ago you wrote:

"Mysteries of Windows..."

Yes, and we (José and I) solved them. Anyway, SB_SETBKCOLOR doesn't work as it should, so that's commonly called a bug.