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
this.WindowState = FormWindowState.Maximized;