摘要:
if(MessageBox.Show("message", "title", MessageBoxButtons.OKCancel,MessageBoxIcon.Question,MessageBoxDefaultButton.Button2) == DialogResult.OK) { MessageBox.Show("c... 阅读全文
posted @ 2016-04-24 21:15
Ficow
阅读(354)
评论(0)
推荐(0)
摘要:
using System.Text.RegularExpressions; 阅读全文
posted @ 2016-04-24 21:14
Ficow
阅读(10747)
评论(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
阅读(1034)
评论(0)
推荐(0)

浙公网安备 33010602011771号