09 2025 档案

摘要:在使用winform调用wpf窗体时,原来的winform窗体会缩小,同时分辨率会发生变化,用如下方法来解决这个问题。 方法一、 首先找到winform项目中的Properties ==>AssemblyInfo.cs,打开该文件,在末尾加入如下代码,之后重新运行即可。 [assembly: Sys 阅读全文
posted @ 2025-09-30 10:57 Cmale 阅读(42) 评论(0) 推荐(0)
摘要:最简单的Ini读写: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using 阅读全文
posted @ 2025-09-25 10:12 Cmale 阅读(144) 评论(0) 推荐(0)