Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Specify font in form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01465073
Message ID:
01465075
Vues:
53
many thanks borislav

k

>>How would i assign a font and font size to this form.
>>tnx
>>k
>>
>>
>>Define Class form1 As Form
>>
>>
>>	Top = 23
>>	Left = 248
>>	Height = 300
>>	Width = 375
>>	DoCreate = .T.
>>	ShowTips = .T.
>>	Caption = "My Form"
>>	Name = "Form1"
>>
>
>
>
>Define Class form1 As Form
>
>
>	Top = 23
>	Left = 248
>	Height = 300
>	Width = 375
>	DoCreate = .T.
>	ShowTips = .T.
>	Caption = "My Form"
>	Name = "Form1"
>        
>        FontName = 'Font Name'
>        FontSize = 12
>
>
>BUT that wouldn't help you. You should set this properties to all controls you have in that form.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform