Open werner-thomas opened 1 month ago
Hello, you have an bug in your MainForm_Load method. The FormWindowState.Maximized cannot be set.
if (state == FormWindowState.Normal) { WindowState = state; Size = (Size)msp[0]; Location = (Point)msp[1]; } Please remove the if condition.
if (state == FormWindowState.Normal) { WindowState = state; Size = (Size)msp[0]; Location = (Point)msp[1]; }
Thank you very much for your great work
Thank you for reporting this issue, i'll do some test asap
Hello, you have an bug in your MainForm_Load method. The FormWindowState.Maximized cannot be set.
if (state == FormWindowState.Normal) { WindowState = state; Size = (Size)msp[0]; Location = (Point)msp[1]; }
Please remove the if condition.Thank you very much for your great work