Problem:
There is no function to change the font in Dialog System. The list box must be then sub-classed to achieve this.
Resolution:
You will need the list box handle to create a class library object. You can then use the SetFont method to change the font properties (name, size, etc.).
Old KB# 6581
