I have a windows form with Bunifu Elipse Control Targeting Form1, when i clicks minimize button throwing an exception 'parameter is not valid'
same error happening when i change the FormSize to None (Boarder less form), and create a button (-) manually for minimize. exception rises here
try
{
this.WindowState = FormWindowState.Minimized;
}
catch { }
Anyone help me from this bug! Thanks Attaching Screenshots of bugs Here error dialogue screenshot