VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Add all fonts to ListBox (THIS ONE ACTUALY WORKS!!)

by Joey C (1 Submission)
Category: Windows System Services
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Tue 27th March 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Add all fonts to ListBox (THIS ONE ACTUALY WORKS!!)

Rate Add all fonts to ListBox (THIS ONE ACTUALY WORKS!!)



Do
List1.AddItem Screen.Fonts(I)
I = I - 1
Loop Until I <= 0

Download this snippet    Add to My Saved Code

Add all fonts to ListBox (THIS ONE ACTUALY WORKS!!) Comments

No comments have been posted about Add all fonts to ListBox (THIS ONE ACTUALY WORKS!!). Why not be the first to post a comment about Add all fonts to ListBox (THIS ONE ACTUALY WORKS!!).

Post your comment

Subject:
Message:
0/1000 characters