Jens Rupp wrote:
> FrmHelp(....) can display a long text but uses a bold font
> (not good to read)
You _can_ change this font. Design a clone of the system FrmHelp form
but with the desired font. Make sure to match the form ID and object
IDs which are defined under "Help Dialog" in <UICommon.h>. Include this
cloned resource in your app like a normal form. Then when you call
FrmHelp, it will use your version instead of the system's.
And oh yeah, maybe add some version check code to disable this
workaround on OS versions you haven't tested it on. :-)
-slj-