回答編集履歴
1
追補
answer
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
こんな、単純な話なのかなぁ?
|
2
|
+
Windows フォームアプリケーションの場合、
|
2
3
|
this.WindowState = FormWindowState.Maximized;
|
3
4
|
//this.WindowState = FormWindowState.Normal;
|
4
5
|
label1.Text = this.Size.Width.ToString();
|