设置程序窗体在桌面上的位置和调整程序窗体的尺寸大小的实例,C#源代码this.DesktopLocation = new Point(50, 100);this
设置程序窗体在桌面上的位置和调整程序窗体的尺寸大小的实例,C#源代码this.DesktopLocation = new Point(50, 100);this.Size = new Size(100, 500); VisualStudio2008创建
下载地址
用户评论
完全就是骗子,DesktopLocation = new Point(50, 100);this.Size = new Size(100, 500); 就这么两行代码