dpi-aware Questions

11

Solved

I have a form application in C#. When I change the monitor's DPI, all the controls move. I used the code this.AutoScaleMode = AutoScaleMode.Dpi, but it didn't avoid the problem. Does anyone have a...
Turman asked 2/11, 2010 at 7:56

7

Solved

I've created a simple Winforms application in C#. When I run the application on a machine with high DPI settings (e.g. 150%), the application gets scaled up. So far so good! But instead of renderin...
Pedant asked 5/11, 2012 at 8:8

3

Solved

I'm trying to run a Java application with -Dsun.java2d.dpiaware=false argument but nothing happens. I expect to have a blurred UI but with normal size of icons and fonts, it seems that this flag d...
Brett asked 31/5, 2015 at 8:31

1

So we have this really odd issue. Our application is a C#/WinForms app. In our 6.0 release, our application is not DPI aware. In our 6.1 release it has suddenly become DPI aware. In the 6.0 r...
Breakdown asked 8/5, 2018 at 17:23

1

How do I retrieve system image list for given DPI? When an application is system DPI-aware, the SHGetFileInfo and similar functions return a handle to a correctly scaled system image list. C++ exa...
Anxiety asked 5/4, 2017 at 12:15

2

I have a program which was created in VS2008 with MFC. Now I've modified it to make it "Per Monitor DPI-Aware", and it's almost done. I've modified the manifest and handled the WM_DPICHANGE message...
Outfit asked 17/2, 2016 at 10:57

2

Solved

I am a bit confused about per-monitor dpi-aware in WPF. I thought you need to do some work to make your windows scale properly on different monitors (as described in Developing a Per-Monitor DPI-Aw...
Ianthe asked 8/3, 2016 at 10:44

1

Solved

Bitmap for Inno Setup WizardImageFile (and WizardSmallImageFile) looks terrible because when Windows 7 has the large system fonts enabled, the Wizard is bigger than usual, but the images are scaled...
Frazer asked 24/10, 2014 at 7:49
1

© 2022 - 2024 — McMap. All rights reserved.