PDA

Click to See Complete Forum and Search --> : adding the installed fonts to the combobox


abdul
Aug 5th, 2001, 01:59 PM
How do I add all the fonts installed on the system in a combo box?

CornedBee
Aug 28th, 2001, 04:44 AM
You could use EnumFonts and in the callback function add the received element to the combobox

All the buzzt
CornedBee