Good morning,
I am creating an application in Windows Forms, which has no border. I would like to know if it is possible to have the same behavior as a Form with border (the effect when minimizing, maximizing, changing Form).
I am currently using a button with this function:
this.WindowState = FormWindowState.Minimized;
It works, but it has no effect of minimizing any, it only hides in a "brusque" way, just like when I change from one Form to another.