What kind of event do I need to be able to minimize and maximize, but by clicking in the icon of my application from the taskbar?
The only thing I have is the following code:
WindowState = FormWindowState.Minimized;
I hope you can help me, Thanks.