i seem to have hit a road block in attempting to make a simple dll, i'm trying to retrieve all the installed system fonts and return them to a ADOR recordset or even an array for use in asp. The problem is all the sample code i've managed to find so far has been for listview or listboxes in applications w/ forms.
any recommendations on how to do this? i'm attempting to avoid using screen.fontcount ( because it's slow as molasses )
been attempting to do this with EnumFontFamilies but everything i've found so far requires a hDC
this is about the cleanest example i've found so far to work from :
Thanks in advance
DreX
aKa - Robert
if all else fails, light it on fire and do the happy dance!
" I always think outside the 'box', because I'm never inside the 'loop' " - DreX 2005
any recommendations on how to do this? i'm attempting to avoid using screen.fontcount ( because it's slow as molasses )
been attempting to do this with EnumFontFamilies but everything i've found so far requires a hDC
this is about the cleanest example i've found so far to work from :
Thanks in advance
![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)
aKa - Robert
if all else fails, light it on fire and do the happy dance!
" I always think outside the 'box', because I'm never inside the 'loop' " - DreX 2005