How can I change the size of a single edit field in a dialog with other edit and combo. these should stay at the normal size . any idea welcomed.
thanks
Long John
Printable View
How can I change the size of a single edit field in a dialog with other edit and combo. these should stay at the normal size . any idea welcomed.
thanks
Long John
Get the font of the edit control using CEdit::GetFont(...) and then alter the height of the font before applying the changes using CEdit::SetFont(...).
Is this what you want?
Chen Weiye
------------------------------------------------------------------------------
When pursuing your dream, don't forget to enjoy your life...
------------------------------------------------------------------------------