Hello! This is very useful information. But it can be made shorter with instructions : this.MaximumSize = new Size(SystemInformation.WorkingArea.Width , SystemInformation.WorkingArea.Height ); in the Form initialization or loading and classic toggle : if (this.WindowState == FormWindowState.Maximized) { this.WindowState = FormWindowState.Normal; } else { this.WindowState = FormWindowState.Maximized; } whereever you need it.
@jesuspereiraoficial3 жыл бұрын
Very cool tip bro. Thanks!
@pauline603 жыл бұрын
Thank you so much! This content is so helpful.
@Thepostroun4 жыл бұрын
thank you so much. great
@HassaanRaza4 жыл бұрын
i have updated description.
@Thepostroun4 жыл бұрын
@@HassaanRaza tnx man
@freemanchaosm23104 жыл бұрын
hi nice video :D can you upload this code or programm , i try to copy it but i make error ...