D
D
dimadimov2016-02-28 23:02:44
Programming
dimadimov, 2016-02-28 23:02:44

How to increase resolution in C# Forms?

When I edit a form in Visual Studio, the quality of displaying text, pictures, and the form itself is good!
When debugging and running .exe, the quality becomes noticeably worse, the size of the program does not change relative to the "layout" in the studio. Tell me how to fix this, please!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Dorofeev, 2016-02-29
@dimadimov

Here is my old answer.

I
Ivan Arxont, 2016-02-29
@arxont

Firstly, two things are not taken into account during editing and creating winforms - the current theme and DPI. Try to reset them to default values ​​and try to run. stackoverflow.com/questions/22735174/how-to-write-... also see this link
Secondly - go over the code, maybe at startup, after InitializeComponent (and sometimes before) there is a code that changes the look of the form.
Thirdly, do you have such a problem in a particular project or in any? (including the newly created one?)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question