摘要: c# ACCESS/SQL 部分实现代码 阅读全文
posted @ 2011-01-16 11:48 叮/当 阅读(306) 评论(0) 推荐(1)
摘要: private string InputBox(string Caption, string Hint, string Default) { Form InputForm = new Form(); InputForm.MinimizeBox = false; InputForm.MaximizeBox... 阅读全文
posted @ 2011-01-16 00:48 叮/当 阅读(830) 评论(0) 推荐(1)