visual c++ - Text color with DrawText in vc++ mfc -
i'm using drawtext print message in application form. how can change text color rgb(255,0,0) ?
even change in background usefull.
thank all
cdc::settextcolor, if memory serves.
i'm using drawtext print message in application form. how can change text color rgb(255,0,0) ?
even change in background usefull.
thank all
cdc::settextcolor, if memory serves.
Comments
Post a Comment