OVH Cloud OVH Cloud

Commondialog (police)

1 réponse
Avatar
Michel
Bonjour !! losque j'appelle Commondialog, la zone de=20
texte du combo de polices est vide ! comment lui mettre=20
une police par d=E9faut ? Merci =E0 tous !

En effet, si l'on veut ne changer que le taille, il faut=20
aussi s=E9lectionner une police, ce qui est genant !

1 réponse

Avatar
Bul
bonjour,
With CommonDialog1
.Flags = cdlCFBoth
.FontName = Nom
.FontSize = Taille
.FontBold = Gras
.FontItalic = Italique
.FontStrikethru = Rayé
.FontUnderline = Souligné ...
.ShowFont
Nom = .FontName
Taille = .FontSize
Gras = .FontBold
Italique = .FontItalic
Rayé = .FontStrikethru
Souligné = .FontUnderline ...
End With
@+