Combo box font

Hi,

I have a dialog with some labels, some buttons and a few combo boxes. When the dialog is displayed the font in the combobox is not the same as the font in the dialog. How can I get the same font in the comboboxes ?
The SendMessage() Win32 Api function is used to change fonts. There's a notification message involved (you'll have to look it up). Also, look up WM_SETFONT and WM_GETFONT.
Topic archived. No new replies allowed.