In the display screen on windows 7, I set the computer to 125% text size (120dpi). But all of my FormBorderStyle.FixedToolWindow style forms have no title text in their title bar (this.Text property of the form) when they normally do at 96dpi.
I'm using AutoScaleMode.Font.
If I set the form style to FormBorderStyle.FixedSingle the text thats supposed to be there comes back.
Anyone know a workaround? I'm attached to the window style of FixedToolWindow and I want to keep them looking like that.