Re: Win32Lib: How to change font in the buttons
- Posted by "Brian K. Broker" <bkb at CNW.COM> Apr 26, 2000
- 351 views
----- Original Message ----- From: "Prasanta Chakraborty" Sent: Wednesday, April 26, 2000 12:56 AM > I am using David's Win32Lib (ver 0.50C). can anyone tell me how do I change > a button colour and font of the button text. I am creating buttons using > create(...) fuction. You can change the font by using 'setFont' but I do not believe the color can be changed. The color will always be the system color for button text (which can be changed via Control Panel/Display/Appearance). -- Brian