Click to See Complete Forum and Search --> : common control


February 19th, 2000, 03:34 PM
hi,

I´d like to use a font-selection-common-control; When I call ShowFont a message appears that no fonts are installed. Do I have to insert some flags in edit mode?

thanks, Seb

diprima
February 19th, 2000, 05:29 PM
yes, it's like this

dialog1.flag = cdlCFScreenFonts Or cdlCFPrinterFonts Or cdlCFBoth 'your choice
dialog1.showfont




hope was of help
ivan

February 20th, 2000, 02:39 AM
Great, thank you!

Seb