摘要:
引用:http://www.cnblogs.com/UouHt/archive/2009/02/23/1396544.htmlpublicvoidSetWindowRegion(){System.Drawing.Drawing2D.GraphicsPathFormPath;FormPath=newSystem.Drawing.Drawing2D.GraphicsPath();Rectanglerect=newRectangle(0,22,this.Width,this.Height-22);//this.Left-10,this.Top-10,this.Width-10,this.Height 阅读全文
posted @ 2012-06-24 23:51
镇水古月
阅读(294)
评论(0)
推荐(0)
摘要:
引用:http://wenwen.soso.com/z/q237412855.htmFormBorderStyle设置成None(一个窗体属性)移动无标题窗口【C#】[窗体]窗体无标题栏拖动using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace 窗体拖动{ public par... 阅读全文
posted @ 2012-06-24 23:27
镇水古月
阅读(602)
评论(0)
推荐(0)