If the windows desktop is set to a large system font, the MsgBox
and dialogs (made using DDT) no longer match. MsgBox grows
its font (and button size), but in DDT only the Caption grows.
I can change the fonts of indivdual controls within a dialog, by
sending then a WM_SETFONT message during WM_INITDIALOG, but not
the whole dialog at once. Nor can I find a way to change the
font used in MsgBox.
How do I get the two types of WIndow to match, regardless of
which system font the user has chosen?
and dialogs (made using DDT) no longer match. MsgBox grows
its font (and button size), but in DDT only the Caption grows.
I can change the fonts of indivdual controls within a dialog, by
sending then a WM_SETFONT message during WM_INITDIALOG, but not
the whole dialog at once. Nor can I find a way to change the
font used in MsgBox.
How do I get the two types of WIndow to match, regardless of
which system font the user has chosen?
Comment