VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Simple code for adding all fonts to a combo box.

by Danish Hussain Qureshi (17 Submissions)
Category: Windows System Services
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Thu 28th December 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Simple code for adding all fonts to a combo box.

Rate Simple code for adding all fonts to a combo box.



'put the code on the load event of form


for danish = 1 to screen.fontcount -1
combo1.additem screen.fonts (danish)
next

Download this snippet    Add to My Saved Code

Simple code for adding all fonts to a combo box. Comments

No comments have been posted about Simple code for adding all fonts to a combo box.. Why not be the first to post a comment about Simple code for adding all fonts to a combo box..

Post your comment

Subject:
Message:
0/1000 characters