十一快乐,还在工作。全屏窗体statusStrip问题
我现在全屏了窗体,我Form1下方的statusStrip被XP下方的任务栏挡住了。如何解决?
用的这个方法全屏窗体:
private void m_index_Load(object sender, EventArgs e)
{
this.WindowState = FormWindowState.Maximized;
}
------解决方案--------------------http://topic.csdn.net/u/20091230/15/c0c9eba6-b45e-4019-9e1e-6645ff1e5931.html
------解决方案--------------------我没说清楚。
答案在13楼。
------解决方案--------------------木有被挡住,,,
------解决方案--------------------
状态栏盖住任务栏了( this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None时)