怎样设置启动窗体?
摘要:在 Main 方法里有这个Application.Run(new Form1()); 把Form1换成你想要启动的窗体。
阅读全文
posted @
2008-06-30 18:41
LMT
阅读(299)
推荐(0)
禁止改变窗体的大小
摘要:MaximizeBox = false; MinimizeBox = false; FormBorderStyle = FixedDialog;
阅读全文
posted @
2008-06-29 23:29
LMT
阅读(197)
推荐(0)