Adding all Windows Fonts to a combo box in four lines of code.
Adding all Windows Fonts to a combo box in four lines of code.
Rate Adding all Windows Fonts to a combo box in four lines of code.
(2(2 Vote))
For i = 0 To Screen.FontCount - 1
Cmb1.AddItem Screen.Fonts(i)
Next i
Adding all Windows Fonts to a combo box in four lines of code. Comments
No comments yet — be the first to post one!
Post a Comment