摘要: 1.winform窗体a. 最大,最小按钮:this.maxizebox,this.minizeboxb.不允许用户修改窗口大小:this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;c.修改标题: this.... 阅读全文
posted @ 2014-06-20 18:12 Ingrid 阅读(315) 评论(0) 推荐(0)