|
|
От: | MikaRSDN Soukhov | Stock# |
| Дата: | 16.01.03 22:01 | ||
| Оценка: | 9 (1) | ||
private void button1_Click(object sender, System.EventArgs e)
{
Rectangle area = SystemInformation.WorkingArea;
this.FormBorderStyle = FormBorderStyle.None;
this.Top = 0;
this.Left = 0;
this.Size = new Size(area.Width, area.Height);
}