1. Re: Fixed Width Char- to: Irv
From: Jim <futures8 at PCOLA.GULF.NET>
> Irv,
>
> Followup on your suggestions; ran your program. It did show me what you
indicated. Made the change to the program to
> setFont() in the Listbox itself (rather than the window). Everything now
perfectly aligned.
>
> Can't thank you enough.
>
Controls don't "inherit" fonts or other properties from their owners, which
is probably a good thing, even though it requires a few more lines of code
in some cases. For example: when you create a form with many edit fields,
you need to specify the font for each field, otherwise that field will use
the
default font.
Regards,
Irv