How to I make 1 button able to set my form to maximize and to normal in C#?
I want to make a button that does both maximize my form and sets it to normal, but im not sure how I would make that possible. In other words I want it to maximize on the first click and go back to normal size on the second click.