摘要: if(MessageBox.Show("message", "title", MessageBoxButtons.OKCancel,MessageBoxIcon.Question,MessageBoxDefaultButton.Button2) == DialogResult.OK) { MessageBox.Show("c... 阅读全文
posted @ 2016-04-24 21:15 Ficow 阅读(340) 评论(0) 推荐(0) 编辑
摘要: using System.Text.RegularExpressions; 阅读全文
posted @ 2016-04-24 21:14 Ficow 阅读(10676) 评论(0) 推荐(1) 编辑
摘要: OpenFileDialog fd = new OpenFileDialog(); fd.Filter = "txt files (*.txt)|*.txt|All files(*.*)|*.*"; fd.InitialDirectory = Application.StartupPath + "\\Temp\\"; fd.... 阅读全文
posted @ 2016-04-24 21:13 Ficow 阅读(1024) 评论(0) 推荐(0) 编辑