当前位置:网站首页>【C#】WinForm运行缩放(变糊)的解决方法
【C#】WinForm运行缩放(变糊)的解决方法
2022-07-07 08:56:00 【霍瑟夫】
在使用Visual Studio 2022编程时,如果使用了自动缩放,程序运行后会变糊
比如我这个“商品管理系统”,运行后会自动放大125%,明显可以感觉到它变糊了
解决方法:
一、右键项目,点击新建项
二、添加应用程序清单文件
三、打开刚刚新建的文件,往下翻,找到红框内被注释的代码
四、把这注释取消掉
五、重新启动程序,可以发现没有缩放了,也不糊了
边栏推荐
- Idea shortcut keys
- [machine learning 03] Lagrange multiplier method
- What does intermediate software evaluator test
- Bookmarking - common website navigation for programmers
- Long list performance optimization scheme memo
- Operation method of Orange Pie orangepi 4 lts development board connecting SATA hard disk through mini PCIe
- 中级软件评测师考什么
- “梦想杯”2017 年江苏省信息与未来小学生夏令营 IT 小能手 PK 之程序设计试题
- P1223 queuing for water /1319: [example 6.1] queuing for water
- 【推薦系統 01】Rechub
猜你喜欢

Find the greatest common divisor and the least common multiple (C language)

Static semantic check of clang tidy in cicd

seata 1.3.0 四種模式解决分布式事務(AT、TCC、SAGA、XA)

ArrayList thread insecurity and Solutions

【OneNote】无法连接到网络,无法同步问题

高级软考(网络规划设计师)该如何备考?

When do you usually get grades in the soft exam? Online pedaling?

CSAPP bomb lab parsing

JSON format query of MySQL

Mendeley--免费的文献管理工具,给论文自动插入参考文献
随机推荐
[installation system] U disk installation system tutorial, using UltraISO to make U disk startup disk
CAS mechanism
关于easyflash v3.3使用过程的记录
[STM32] actual combat 3.1 - drive 42 stepper motors with STM32 and tb6600 drivers (I)
Galaxy Kirin desktop operating system installation postgresql13 (source code installation)
一些线上学术报告网站与机器学习视频
Find the root of equation ax^2+bx+c=0 (C language)
TypeScript 接口继承
Wallhaven壁纸桌面版
2022.7.4DAY596
Deep understanding of Apache Hudi asynchronous indexing mechanism
Schnuka: working principle of robot visual grasping machine visual grasping
Use load_ decathlon_ Datalist (Monai) fast loading JSON data
Long list performance optimization scheme memo
Summary of router development knowledge
SQL Server 知识汇集11 : 约束
书签整理-程序员常用网站导航
TypeScript 接口继承
Typescript interface inheritance
【pyqt】tableWidget里的cellWidget使用信号与槽机制