In fact, I started learning WPF. I have several months of experience developing Windows Forms applications. Although, I understand the meaning of the WPF application, but still I can not distinguish the difference between the two, based on their output.
Regarding this Link: Device Independent Pixel (DPI) , I learned that whenever an operating system creates a WPF application, it controls its size by its own resolution.
So, to check this difference, I created two demo applications in both frameworks and also changed the permissions ... but I did not find a satisfactory difference. This may explain that this is a WPF application, and this is a Windows Forms application.
It does not create a single scrollbar at maximization and does not make the button large or small when changing the resolution.
I read somewhere that Visual Studio 2010 has been rewritten in WPF. But in my experiments, I saw that (when changing the resolution of the desktop) it makes the text and graphics unreadable / blurry. When recalibrating the window, everything was hidden except for the menu bar. And the contents of the menu bar changed its positioning, for example. the rightmost menu item moved down. Why?
Please make me correct and explain a little more (this display problem) too.
winforms wpf
user2804762
source share