How would you populate a combobox with a users system fonts?
Thanks,
Anjari
Printable View
How would you populate a combobox with a users system fonts?
Thanks,
Anjari
search for "Creating a Private Font Collection" in the .NET help and choose the topic with the same name and you'll see an example of how to create an own fontCollection, they are adding fonts one by one, but might as well loop through the System font folder and add them all.