Fix MFC Tooltip DPI Scale Problem
The MFC tooltip handling code has a bug. You can set the width of a tooltip but there is a hard-coded max width for the description text. It’s set to 200 pixels and a little trickery is needed to fix it. The trick is to add code to…
Continue reading