SIMIN Posted July 19, 2008 Posted July 19, 2008 I just found a critical problem in my Visual Basic DotNet application and need your help My start-up form is OK when I test it on Vista. But if a user changes the DPI settings from 96 DPI to 120 DPI my application will display incorrectly One problem is that because my start up form is not resizable and is fixed single About half of my form controls will not be shown This is very strange I also was not able to fix this even after changing the AutoScale property of my start up form to none or font Can you please help me with this and tell me how can I make my application compatible with all DPI settings modes Quote
Administrators PlausiblyDamp Posted July 20, 2008 Administrators Posted July 20, 2008 If you bring up the properties for the application's shortcut there should be an option to disable scaling for high DPI - does that have any effect? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
SIMIN Posted July 21, 2008 Author Posted July 21, 2008 I cannot find it, where is that ?! :confused: Quote
Administrators PlausiblyDamp Posted July 21, 2008 Administrators Posted July 21, 2008 If you open the shortcut's properties there should be a compatability tab - it is one of the options available. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.