Hello there, I hope you all are doing well. I have an inquiry regarding windows forms in C# and I hope I could get an answer. I have an application that consists of 4 window forms, I want to give it an order that when I maximize one form, all others automatically would get maximized upon opening (unlike the issue I am facing right now as when I get to a window form I have to click that maximize button for each one separately). I know I can set the "Window State" property to maximized for all forms but that's not what I want. I want all forms to follow the current state of the current form, whether maximized or not. I hope I explained the issue as simple as I could. Thanks in advance.