Introduction - If you have any usage issues, please Google them yourself
VC++ produces gradually changed text, the color of the text will become darker and darker, and will become brighter and brighter. Eventually, it will form gradual text, and the frame will be slow. The effect is not very good. It also needs to be optimized. The idea is to install a timer first, change the color of the string in the OnTimer () function through the SetTextColor function of the CDC class, and try to reduce the gradient of the color change as much as possible.