Skip to main content
0 votes
0 answers
98 views

I'm working on a VB.NET WinForms app (.NET Framework 4.8) and seeing inconsistent scaling between forms. I develop on my work laptop using a Remote Desktop Connection. This problem began when I ...
Joel S.'s user avatar
  • 91
0 votes
2 answers
89 views

Of course I already googled that. So I added the app.manifest with the <dpiAwareness> tag to the project and referenced it in the project file. This tag is also found in the compile output ...
Tigerfink's user avatar
  • 119
0 votes
1 answer
302 views

The way I get it, scaling is dpi aware in customtkinter, but positioning is not? It seems I need to set x_pos and y_pos regarding x+<x_pos>+<y_pos> in physical pixels (retrieved with e.g. ...
MasterOfDesaster42's user avatar
0 votes
1 answer
111 views

I have a wpf app DPI aware with this code in the manifest filed: <application xmlns="urn:schemas-microsoft-com:asm.v3"> <windowsSettings> <dpiAware xmlns="http:/...
Federico Portillo's user avatar
0 votes
0 answers
114 views

I'm working on a WinForms application in C# that dynamically generates a grid of buttons at runtime. The application runs fine on a PC monitor with 100% scaling, but when I run it on my laptop's ...
Nir's user avatar
  • 1,678
0 votes
0 answers
192 views

I have 2 monitors: the main monitor has 125% of zoom (laptop display), the second one is a secondary monitor that has a standard zoom of 100%. Now i have a Winform application (.NET Framework 4.8) ...
Luca Giordano's user avatar
1 vote
0 answers
56 views

I have at the start done: if (SetProcessDpiAwareness(PROCESS_PER_MONITOR_DPI_AWARE) != S_OK) OutputDebugStringA("WARNING: could not set DPI awareness"); if (!SetProcessDpiAwarenessContext(...
poby's user avatar
  • 1,786
1 vote
0 answers
229 views

I'm using wxWidgets on Windows with MinGW64 toolchain and CMake. I am confused about how to make my program DPI-awared. When using Visual Studio, "wx_dpi_aware.manifest" can simply solve the ...
通配符's user avatar
0 votes
1 answer
326 views

I have a wpf application (.Net 7) with DPI Awareness but I have some problems with the sizes of windows title bar with different DPI scale in different pc's. I two pc's has Windows 11 version 22H2. ...
Federico Portillo's user avatar
0 votes
1 answer
130 views

I have a WinForms application, everything works fine when I run it. If I publish with the built-in publish tool, it also works fine. The form is the size I want after installation. built-in publish ...
nebula's user avatar
  • 1
0 votes
0 answers
117 views

I'm trying to make the title bar of a WPF main window automatically adjust its size to the DPI scaling of the monitor that's showing the application. Unfortunately, I couldn't find anything useful on ...
ironsight's user avatar
0 votes
0 answers
356 views

I have a problem I couldn't quite find the fix for. To make it clearer, I will post pictures, instead of just trying to describe it with text. My base application looks like this: But If I try to ...
Aakuho's user avatar
  • 33
0 votes
1 answer
702 views

I'm working on a Win32 app with multiple windows, some of which use WS_POPUPWINDOW style (no caption) and some of which use WS_OVERLAPPEDWINDOW style. The app has System DPI awareness. When I move the ...
Jacob van't Hoog's user avatar
0 votes
1 answer
1k views

Recently I started looking into Per Monitor DPI awareness for windows 10 and noticed that it should be supported by default as I'm using .net5.0 if there are a couple of things configured. So I went ...
Akos's user avatar
  • 220
3 votes
0 answers
2k views

I'm trying to convert IE web browser window into a CefSharp (v 96.0.180) window into as a part of a larger WPF application. The application itself follows the system dpi level (resizes UI with it), ...
EmeraldP's user avatar

15 30 50 per page
1
2 3 4 5 6