24日 date

自分用メモ

Visual C# 2013でフォームのバックグラウンド色を変えたい場合 this.BackColor = System.Drawing.Color.FromArgb(0, 0, 0); でOK。0,0,0の部分はR,G,Bの設定で0~255で設定。なるほど。