Making all forms become visible after minimizing
I have a C# project with few forms. After minimizing the project and maximizing it's again, the only form that displayed is the latest form that opened while all other forms that used to be visible before minimizing are not visible after minimizing and maximizing. What can be a reason for that and how can I resolve it? :confused:

