I have a dialog box in Visual C++ 6 that I need to have a certain font on. So I go to the dialog editor, create a static text box on my dialog, and set the TrueType font I want to use in the dialog properties. Everything looks okay in the editor, but when I build and run the program it just shows the system default font on my dialog box. I've tried other fonts but it does the same thing. I've also tried putting the font in the program directory. Any help would be greatly appreciated!