2015年10月23日
摘要: System.Diagnostics.Process.Start("notepad.exe", "D:\\a.txt"); 阅读全文
posted @ 2015-10-23 14:10 王庆东mas 阅读(1950) 评论(0) 推荐(0)
摘要: C# TextBox换行[huan hang]时你往往会想到直接付给一个含有换行[huan hang]符"\n"的字符[zi fu]串[zi fu chuan]给Text属性[shu xing]:aTextBox.Text = "First Line\nSecond Line\nThird Line... 阅读全文
posted @ 2015-10-23 09:40 王庆东mas 阅读(6677) 评论(0) 推荐(0)