1

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

orezvani
  • 3,595
  • 8
  • 43
  • 57

1 Answers1

2

CDC::SetTextColor, if memory serves.

Jerry Coffin
  • 476,176
  • 80
  • 629
  • 1,111