07 2016 档案
摘要:1 public void AlterXml(string pathstring)//List name,List value) 2 { 3 try 4 { 5 XmlDocument xmldoc = new XmlDocument(); 6 xml...
阅读全文
摘要:方法一: 简单 Winform的话,设置FlatStyle为Flat,并且设置FlatAppearance下的BorderSize为0. 方法二: 复杂 系统自带的按钮无法去除边框。网上找了个解决方案: 重写按钮的OnPaint事件 class newbtn : System.Windows.For
阅读全文