Window Background Color
Window Background Color
Does someone know how PB is changing the Backgroundcolor of a Window?
Apart from that Mrs Lincoln, how was the show?
- Fluid Byte
- Addict

- Posts: 2336
- Joined: Fri Jul 21, 2006 4:41 am
- Location: Berlin, Germany
Either by replacing the default background brush or in a response to a #WM_ERASEBKGND message.
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Does someone know how PB is changing the Backgroundcolor of a Window?
Code: Select all
SetWindowColor(#Window, Color) - Fluid Byte
- Addict

- Posts: 2336
- Joined: Fri Jul 21, 2006 4:41 am
- Location: Berlin, Germany
Well, I guess he means internally.jqn wrote:Does someone know how PB is changing the Backgroundcolor of a Window?Code: Select all
SetWindowColor(#Window, Color)
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
- netmaestro
- PureBasic Bullfrog

- Posts: 8452
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada

