On Tuesday, 16 March 2021 at 17:26:01 UTC, Vinod K Chandran wrote:
Hi all,
I am creating a Button class with Win32 API functions. So far so good. I am using NM_CUSTOMDRAW message to change the back color of my buttons. It's really easy to change the back color in this way. But I can't change the text color of my button. This is my pseudo code.
```
uint setBtnBackColor( LPNMCUSTOMDRAW  lp) {

[...]

Omg the pain. Are you forced to use raw win api for this?

Reply via email to