2014年3月29日

C#利用Form实现Messagebox

摘要: 1操作类: 1 using System; 2 using System.Linq; 3 using System.Collections.Generic; 4 using System.Text; 5 using System.Runtime.InteropServices; 6 using System.Drawing; 7 using System.Windows.Forms; 8 9 namespace MessageLibary10 {11 public class Win3212 {13 #region Hide Menu14 p... 阅读全文

posted @ 2014-03-29 19:01 冷眼看客 阅读(617) 评论(0) 推荐(0) 编辑

导航