i'm trying to change the face of the font in a listbox control in order for it
to be a fixed width font so that i can display some data "properly".  i've tried
$lstBox->ChooseFont(), which brings up the font choice box, but then what do i
trap for the font name and size and stuff?  i see SetFont() and GetFont(), but
i'm not sure what they return or set.

i tried $lstList->SetFont($lstList->ChooseFont());

but this seems to always set the font face to system, bold!

thanks in advance.



Reply via email to