Reputation: 3775
I'm using DrawText to print a message in my application form. how can I change the text color to RGB(255,0,0) ?
Even a change in background will be usefull.
Thank you all
Upvotes: 1
Views: 3472
Reputation: 490138
CDC::SetTextColor, if memory serves.
CDC::SetTextColor
Upvotes: 2