Hey, guys.
I was assigned to a project in my company. It's an application for another company, it was almost completely done, I was just making a few requested changes.
When you run the app, it opens a form. After you identify yourself, another form open up (the first one remains open). You select the thing you wanna check (I won't go into the details about what the application does), another form open. If you wanna change something, another form shows up.
The thing is, whem you minimize the active form, the others don't minimize. You can't select them, which means you can't use the minimize button.
I didn't developed the program, I was just adding new functionalities. I was wondering if there's any way around this, like, when you minimize the active form, all other minimize too.I'm kinda new to C#, and Visual Studio, so any help will be apreciated.