How can I change the font size and text color and background color in a Read Only
Edit Box
Printable View
How can I change the font size and text color and background color in a Read Only
Edit Box
For changing the color in a edit control override the WM_CTLCOLOR for your edit (so you need a derived class from the CEdit).
To change its font use CWnd::SetFont function.
Let me know if this helps you.
Best regards,
Faby