Has anyone had problems with using a different font in creating dialog boxes?
Basically, the App Studio will only let you change the font as applies to the
whole dialog box. This is a problem if you want to use a font other than a bold
one for static text on the dialog's surface.
You can still change the font on the individual controls but any static text
controls use the dialog font.
Does anyone know of a way around this problem??
Mark,
you can change the font of any individual control window in a dialog box at
will. Just make sure that the font pointers you're passing with SetFont(..)
are valid as long as the dialog box is not destroyed.
I hope this helps in solving your problem,
Jan