Problem with Display Scheme (Windows font size)
-
Hello, I made my app for a fixed dimension, and when a person changes the Font Size (Display Scheme) from windows to Large (125% size or 150% size ...) all the text from my app is not visible anymor (because the text is to large) and also, the picture boxes are larger than the images (making the image tile over the picturebox). How can I make it so even if the Display Scheme is 150% size, my app will be visible like it is 100% size (normal size) ? I really hope someone can help. I searched all over the place but I didn't manage o find anything useful ... Thanks
-
Hello, I made my app for a fixed dimension, and when a person changes the Font Size (Display Scheme) from windows to Large (125% size or 150% size ...) all the text from my app is not visible anymor (because the text is to large) and also, the picture boxes are larger than the images (making the image tile over the picturebox). How can I make it so even if the Display Scheme is 150% size, my app will be visible like it is 100% size (normal size) ? I really hope someone can help. I searched all over the place but I didn't manage o find anything useful ... Thanks
-
Hello, I already tried this but with no luck. I know I have to use it before the InitizializeComponent call and it's simply not working. I am making tests with Larger FOnt size in Windows 7, and both text and controls are larger. I want them to stay the same like on normal Font size scheme . Any other suggestions? Thanks