I want to minimize and maximize manually in C#.net.
I changed form’s BorderStyle into none.
So there are no maximize,minimize and close button from bar.
I want to manually create with button like those functions.
I want to do three functions in button click events.
I want to minimize and maximize manually in C#.net. I changed form’s BorderStyle into
Share
You have to set the forms WindowState property something like this:
In Windows Forms:
In WPF: