DPI and Scale Problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I'm using Visual Studio 2005 (.net 2) to build my Windows application. Now, I don't understand the effect of changing screen DPI. My application is a card designer that uses forms as body of card and controls on it as contents of card. When I change DPI from 96 to 120 the controls of application forms looks larger, but the contents of the card looks smaller. Please help