Loading the combo box with all the Screen Fonts.
Loading the combo box with all the Screen Fonts.
Rate Loading the combo box with all the Screen Fonts.
(1(1 Vote))
combo1.clear
For inttemp = 0 To Screen.FontCount
Combo1.AddItem Screen.Fonts(inttemp)
Next inttemp
End Sub
Loading the combo box with all the Screen Fonts. Comments
No comments yet — be the first to post one!
Post a Comment