部分内容为学习过程中从网上搜集保存备份,以防源网站关闭后无法检索。如有涉及版权请留言,看到后处理

06 2017 档案

摘要:窗体起始位置为顶部中间,WinForm居中显示: int x = (System.Windows.Forms.SystemInformation.WorkingArea.Width - this.Size.Width) / 2; int y = (System.Windows.Forms.Syste 阅读全文
posted @ 2017-06-28 08:32 Y档案Y 阅读(12007) 评论(0) 推荐(1)
摘要:文件与文件夹操作主要用到以下几个类: 1.File类: 提供用于创建、复制、删除、移动和打开文件的静态方法,并协助创建 FileStream 对象。 msdn:http://msdn.microsoft.com/zh-cn/library/system.io.file(v=VS.80).aspx 2 阅读全文
posted @ 2017-06-27 14:02 Y档案Y 阅读(294) 评论(0) 推荐(0)