1. Win32Lib: How to change font in the buttons
- Posted by Prasanta Chakraborty <prasanta at WRITEME.COM> Apr 26, 2000
- 355 views
Hi, 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. Regards, Prasanta.
2. Re: Win32Lib: How to change font in the buttons
- Posted by "Brian K. Broker" <bkb at CNW.COM> Apr 26, 2000
- 352 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
3. Re: Win32Lib: How to change font in the buttons
- Posted by Prasanta Chakraborty <prasanta at WRITEME.COM> Apr 26, 2000
- 338 views
Sorry to bother everyone. I found it! I am too laaazy and there are so many people to help! Prasanta.