I want to maximize and minimize windows form on Timer Tick evebt. I placed the code
this.WindowState = FormWindowState.Minimized;
into the timer tick event.
but actually its not working. Suggest me some code snippet for the same.
Regards,
Manthan