|
-
July 20th, 1999, 03:41 AM
#1
changing color and font in read-only edit
How can I change the font size and text color and background color in a Read Only
Edit Box
-
July 20th, 1999, 04:13 AM
#2
Re: changing color and font in read-only edit
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|