|
-
Nov 30th, 1999, 07:39 AM
#1
Thread Starter
Lively Member
so i use the common dialog control to open a font box, right? well i have the action on a command button set as cmDialog.ShowFont which should show the font box, right? then i get ths error that says i have no fonts installed??? what the hell? i have plenty of fonts nstalled. do i have to set the path to the font directory? if so how do i do it. i have looked for every way possible to fix this damn error. am i missing something? am i stupid for missing it? any help would be greatly appreciated. THANK YOU!!!
--michael
-
Nov 30th, 1999, 07:53 AM
#2
Addicted Member
You must first specify which fonts to show.
'cdlCFPrinterFonts for Printer Fonts
'cdlCFScreenFonts for Screen Fonts
'cdlCFBoth for both types
CommonDialog1.Flags = cdlCFBoth
CommonDialog1.Action = 4 'Same as ShowFont
------------------
Micah Carrick
Ordinary joe, only not named joe.
http://micah.carrick.com
[email protected]
ICQ: 53480225
-
Nov 30th, 1999, 09:18 AM
#3
Thread Starter
Lively Member
jeez...it was that simple. thank you VERY much for your help. i really appreciate it. (i'm on a deadline trying to get a project finished)
--michael
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|