Fix MFC Ribbon ToolTip Width
August 11, 2018
On high DPI displays, the MFC ribbon control shows tooltips at a surprisingly narrow width. This is because there is nothing to account for the DPI and scaling of the display. Fortunately, with a little bit of code during ribbon initialization, this can be mostly fixed. This is…
Continue reading