Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Font Sizes
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Font Sizes
Divers
Thread ID:
00526323
Message ID:
00526323
Vues:
45
I have the following code to populate a combo box with the names
of availble fonts. The combo is passed in:


 Dim iCounter As Integer
 oComboBox.Clear

 For iCounter = 0 To Printer.FontCount - 1
   oComboBox.AddItem Screen.Fonts(iCounter)
 Next iCounter



Once the user selects a font from the combo, how to I determine
the font sizes for the selected font?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform