Fonts Common Dialog Box Help needed 
Author Message
 Fonts Common Dialog Box Help needed

I get the error that there are no installed fonts, when there are
fonts installed.  I have VB Enterprise Edition 4.0 32bit., here is my
code:

Let CMDialog1.Flags = 4
Let CMDialog1.Action = 4
Let ListRemind.FontName = CMDialog1.FontName
Let ListRemind.FontBold = CMDialog1.FontBold
Let ListRemind.FontItalic = CMDialog1.FontItalic
Let ListRemind.FontSize = CMDialog1.FontSize

TIA,

_____________________________
                Shawn Smith
                    UNT
For free software:
Official:
http://www.*-*-*.com/ ~shawns
Mirror:
http://www.*-*-*.com/



Sat, 23 Sep 2000 03:00:00 GMT  
 Fonts Common Dialog Box Help needed



Quote:
>I get the error that there are no installed fonts, when there are
>fonts installed.  I have VB Enterprise Edition 4.0 32bit., here is my
>code:

>Let CMDialog1.Flags = 4
>Let CMDialog1.Action = 4
>Let ListRemind.FontName = CMDialog1.FontName
>Let ListRemind.FontBold = CMDialog1.FontBold
>Let ListRemind.FontItalic = CMDialog1.FontItalic
>Let ListRemind.FontSize = CMDialog1.FontSize

In case anyone else has had this problem, the solution is to use
values for the Flags that you get from the help file topic: fonts,
available, Flags Property (Fonts Dialog).  Rather than use the value 4
as done above, you would choose from a nuber of values the one that
best suits your needs, ie: ascii fonts, TT fonts, etc.

My revised code:

Let CMDialog1.Flags = &H3&      
Let CMDialog1.Action = 4
Let ListRemind.FontName = CMDialog1.FontName
Let ListRemind.FontBold = CMDialog1.FontBold
Let ListRemind.FontItalic = CMDialog1.FontItalic
Let ListRemind.FontSize = CMDialog1.FontSize
_____________________________
                Shawn Smith
                    UNT
For free software:
Official:
http://people.unt.edu/~shawns
Mirror:
http://www.cs.unt.edu/home/ssmith



Thu, 28 Sep 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Fonts Common Dialog and Rich Text Box problem...please help

2. Having problem with Common Dialog Font Dialog - Please Help

3. SIMPLE HELP NEEDED - Saving a text file using a common dialog box

4. Help needed opening CSV file with Common Dialog Box

5. Need help concerning Common Dialog Box

6. Need help on common dialog boxes

7. Common Dialog Box: Font

8. Common Dialog boxes(Fonts)

9. VB5 Common Dialog Box Fonts

10. Common Dialog Fonts = No Fonts Installed

11. Hebrew fonts from Font Common Dialog

12. Hebrew fonts from Font Common Dialog

 

 
Powered by phpBB® Forum Software