1
using System;
2
using System.Collections.Generic;
3
using System.ComponentModel;
4
using System.Windows.Forms;
5
using System.Runtime.InteropServices;
6
using System.Text;
7
8
namespace Hello_World
9
}
2
3
4
5
6
7
8
9
如果想实现程序完全全屏,可以设置Form的WindowState属性为Maximized,并且移除MainMenu1控件
Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=1570064