Quote:
>Dear Reader,
> Does anyone know how to use the ChooseFont API to choose fonts?
>I keep getting an error telling me to install fonts because there is none
>installed, which I find a little ironic because it is using a font to tell
>me this :-)
Just like using the common dialog control, you have to set the .Flags property
to one of:
Public Const CF_PRINTERFONTS = &H2
Public Const CF_SCREENFONTS = &H1
Public Const CF_BOTH = (CF_SCREENFONTS Or CF_PRINTERFONTS)
or the dialog will report "no fonts installed."
Lee Weiner
weiner AT fuse DOT net
http://home.fuse.net/lweiner