Hi GMS
To enable per-monitor DPI awareness in the app.config file, you just add the following to your application configuration file.
<System.Windows.Forms.ApplicationConfigurationSection>
<add key="DpiAwareness" value="PerMonitorV2" />
</System.Windows.Forms.ApplicationConfigurationSection>
>>All the forms in my program are cut and everything goes wrong on the screen.
Please provide more information or some related code to reproduce the situation.
Best Regards,
Daniel Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.