T
TOM
I have an application that does not behave too well when the user
changes the
Display Properties -> Appearance -> FontSize
after clicking Display from the Control Panel
to "Large Fonts" or "Extra Large Fonts"
(WinXP defaults to "Normal").
Two questions:
1) In C++.NET (V1.1) -- what is the name of the property that defines
how the user has set the default screen fonts? (I've searched, but there's a
zillion hits on
"font" in the documentation, and I can't seem to find the magic words to
narrow
the search).
2) My popup windows are defined using the VS designer. I think the designer
just
sets the font size property to a numeric value. Is there a way to automate
how these menus
adapt to the user's default font changes without actually hand-coding every
single label, button,
and text item in every single menu, popup, and window? Many of the images
when in "Large Font"
mode, get misaligned.
-- Tom
changes the
Display Properties -> Appearance -> FontSize
after clicking Display from the Control Panel
to "Large Fonts" or "Extra Large Fonts"
(WinXP defaults to "Normal").
Two questions:
1) In C++.NET (V1.1) -- what is the name of the property that defines
how the user has set the default screen fonts? (I've searched, but there's a
zillion hits on
"font" in the documentation, and I can't seem to find the magic words to
narrow
the search).
2) My popup windows are defined using the VS designer. I think the designer
just
sets the font size property to a numeric value. Is there a way to automate
how these menus
adapt to the user's default font changes without actually hand-coding every
single label, button,
and text item in every single menu, popup, and window? Many of the images
when in "Large Font"
mode, get misaligned.
-- Tom