orezvani
orezvani

Reputation: 3775

Text color with DrawText in vc++ mfc

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

Answers (1)

Jerry Coffin
Jerry Coffin

Reputation: 490138

CDC::SetTextColor, if memory serves.

Upvotes: 2

Related Questions