I have built a simple app with a single fixed size form window.
When a user goes into Control Panel\Appearance and Personalization\Display in Windows 7 and choose a text size of 125% or 150%, my .net form looks terrible with some controls pushed off the edge.
What is the best way to avoid this issue? Can I fix my app to always be text size 100%?
Thanks in advance.