
How to change font of run-time CEdit controls
Add a CFont member to your parent window class (probably a CDialog or CView
derived class).
After you create the CEdit window (via a Create call), create the font, then
call SetFont on the CEdit. Note, the font needs to stick around until the
CEdit window is destroyed. That's why I suggest making it a member variable
of the parent window class.
Ed...
Quote:
> Hi,
> Could you someone tell me how to change or modify the font of CEdit
> controls which is created run time?
> Sent via Deja.com http://www.*-*-*.com/
> Before you buy.