python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to set High DPI scaling override to System (Enhanced) for WinForms app
I have an old-school ordinary WinForms app in VS2019, for which the tabs on a tab control are vertically squished on a high-DPI monitor. In fact, if the app is opened on a high-DPI monitor and dragge...
Jimbo1987
Votes: 0
Answers: 0
Listen to RichTextBox.ZoomFactor has changed event
I cannot determine why the ZoomFactor of my Winforms RichTextBox is getting reset to 1.
I checked all calls to Clear() and when setting the Text property and I am aware of the Set-ZoomFactor-twice-bug...
Thomas853
Votes: 0
Answers: 0
I Can't open again the 2 Window Childs in MDI Parent
I created a MDI Parent Form (Form1), that has 1 Menu with 2 Items.
Each Item opens a Window Child (Form2 and Form3).
I can open Form2 and Form3, if they are already open they just got the focus.
So fa...

Pedro Figueiredo
Votes: 0
Answers: 1