Font List in font style (1 Viewer)

Martin Beney

Registered User.
Local time
Today, 09:51
Joined
Mar 22, 2007
Messages
33
Hi, Has anyone found a way to create a list of fonts in their corrseponding font.

The list is obviously very easy. But a list box or even a treeview control does not allow each item to have a different font! Simulating a list box with text boxes and a scroll bar is a huge job and I want to be lazy and use a prebuilt solution!

Cheers
 
Try displaying a report in a form, that would possibly work as you can change the font per detail line in the format event?
 
excel has one,

Application.Dialogs(xlDialogFont).Show

Edit:
also Mr.Kallal has some beautiful VBA here:
 
Last edited:
Thanks for the suggestions.

The opening the font picker will do perfectly.
 

Users who are viewing this thread

Back
Top Bottom