Change the font of a textbox by selecting all avalible fonts in a list box
Change the font of a textbox by selecting all avalible fonts in a list box
Rate Change the font of a textbox by selecting all avalible fonts in a list box
(2(2 Vote))
For Font = 1 To Screen.FontCount
Font_List.AddItem Screen.Fonts(Font)
Next I
End Sub
Private Sub List1_Click()
Text1.Font = List1.Text
End Sub
Change the font of a textbox by selecting all avalible fonts in a list box Comments
No comments yet — be the first to post one!
Post a Comment