Modifying font size on form title bars and message boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to increase the font size on form captions?

Also, I need to make message box button captions and text a larger font size.

In both cases I can get around the small existing text by creating custom
forms, but would glady use any shortcuts to increase font size in these two
areas if it is possible.

Thank you,

Tobin
 
The only way that I can think of would be to change the system font, via the
registry. This would affect *all* programs on the device, however, and I
don't think it would be a good idea. If you really need a non-standard text
size, the most maintainable way to do that is with custom forms. As far as
setting the window titles, I don't think that there's any way, other than
changing the system font settings to affect that; at least, I've never found
any.

Paul T.
 
Back
Top