[GUI] GUI Color/Button Text

Chris Miller chris at dprogramming.com
Tue Mar 21 15:57:20 PST 2006


On Tue, 21 Mar 2006 14:04:09 -0500, <cody.maden at gmail.com> wrote:

> I've looked and I can't figure out how to get my GUIs to use the  
> standard gray
> window color.

I'll assume you're talking about Windows as I've experienced something  
similar.

For optlink (DMD & DMC's linker), the default Windows version for exe`s is  
for 16 bit Windows, which does things a bit differently, so specify  
-L/exet:nt/su:windows:4.0 to DMD command line to set it to 32 bit Windows.

>
> Also, how to I change the font style used for the buttons?

WM_SETFONT.



More information about the Digitalmars-d-learn mailing list