1
Reply

How can I change windows form state in C#.net? i.e. changing position of buttons , textboxes etc by clicking on a menustrip or maximizing the form. Thanks.

Majid Kamali

Majid Kamali

Jul 16, 2010
6.8k
0

    this.WindowState = FormWindowState.Maximized;

    Roy
    February 01, 2013
    0