Simple code for adding all fonts to a combo box.
Simple code for adding all fonts to a combo box.
Rate Simple code for adding all fonts to a combo box.
(1(1 Vote))
'put the code on the load event of form
for danish = 1 to screen.fontcount -1
combo1.additem screen.fonts (danish)
next
Simple code for adding all fonts to a combo box. Comments
No comments yet — be the first to post one!
Post a Comment