Skip to main content
0 votes
0 answers
110 views

When developing a Win32 application, is there a way to make it DPI-unware but also prevent Windows stretching my window to be blurry? I want to keep the window size as if like it was run in 100% / 96 ...
이기름's user avatar
  • 167
1 vote
0 answers
244 views

I'm trying to add the DpiChanged event in a VB Winforms application, but the event is not raised. Please check the gif animation in the link below for detailed movement https://imgur.com/a/hYot4HP ...
RYA234's user avatar
  • 11
0 votes
0 answers
94 views

I have a very strange issue with DPI scaling and visual studio. I have two very similar C# Winforms apps that behave completely different. Both projects complain about scaling on my display when ...
Laqup's user avatar
  • 11
3 votes
1 answer
235 views

I am having problems saving my plots in 300dpi. I have used a similar code before but now it is saving them in 96pdi Here is a sample code (doesn't matter what type of plot it save it at the same ...
Gabriel's user avatar
  • 131
0 votes
0 answers
58 views

For a "browser fingerprint" project at university I want to measure dimensions of different html-elements to get a fingerprint due to different rendering engines and configurations of the ...
silem's user avatar
  • 21
0 votes
0 answers
76 views

At the moment, after calling the ShowDialog method, the font sizes of all application become smaller. After closing the dialog they are not restored to the original size. Looks like DPI context is ...
Maris Mols's user avatar
0 votes
1 answer
57 views

I want a WPF window to cover all monitors. <Window ... WindowStyle="None" ... In app.manifest DPI Awareness is enabled: <application xmlns="urn:schemas-microsoft-com:asm.v3&...
hultqvist's user avatar
  • 18.7k
0 votes
0 answers
47 views

I suspect this is a poorly posed question but I don't know how to do better. I frequently use pysimplegui and often use spyder for development. There is an unfortunate problem in that within spyder my ...
elaz's user avatar
  • 3
-2 votes
1 answer
128 views

I have a problem with button's icon size under high resolution and DPI (200%). Under 1920x1080 100% everything is fine: https://i.sstatic.net/fzrDEXa6.png Under 2880x1800 200% the icons are too small: ...
H.Daniel's user avatar
-1 votes
1 answer
400 views

When i do the following thing manually: go to image, scale image, change the x resolution 600 dpi and the y resolution to 600 dpi. The width and height change accordingly to the proper size in mm. If ...
Gerard B.'s user avatar
2 votes
1 answer
102 views

I'm using officer to automate powerpoint slides that contain ggplots. Unfortunately, the default resolution is poor. I saw a previous question from 6 years ago suggest using ph_with_vg(), but that ...
J.Sabree's user avatar
  • 2,606
0 votes
0 answers
84 views

This is the problem screenshot: And this is my code: tree_frame = Frame(self.root) tree_frame.pack() self.tree = ttk.Treeview(tree_frame, columns=['1', '2', '3'], show='headings', ...
lonia QL's user avatar
1 vote
0 answers
90 views

I am developping a VSTO Add-In for Microsoft Office using C# and WPF. The framework is .NET framework 4.8. The Add-In consists of several buttons in the ribbon and several task panes that can be ...
Gradlon's user avatar
  • 121
0 votes
0 answers
40 views

In the project I contribute to (C#, WPF) I need to position multiple OSD windows on multiple screens, e.g. top-left, center,bottom-right, etc. I use the following code to get all screens' workarea and ...
Ace_Radom's user avatar
0 votes
0 answers
272 views

I get a new computer with high resolution screen, but it causes a problem for me with my old projects. I already have a Windows application I built it with .NET Core, and when I transferred my code to ...
ahmed mohamady's user avatar

15 30 50 per page
1
2 3 4 5
84