I’m using the Windows common controls CHOOSECOLOR dialog, but on Win 7 it sticks out like a sore thumb as it still uses the ‘old’ Tahoma font.

Is there a fairly easy way of getting it to use Segoe UI or some other font?
If it matters, I’m using Delphi/C++Builder…
I don’t think it is a good idea to alter the default font, but sure, it’s doable:
This will use the
Form1.Fontfont.Still, in this case, I might just find it acceptable:
Tahoma (Default) vs. Segoe UI
But! There are issues involved:
The safest thing to do, I think, is not to alter the default (intended) appearance of the dialog. Then, at least, you can blame Microsoft for any scaling issues…