Hey,

I have a form that opens up another form. In the newly opened form I have the following code running to maximize it:

Me.WindowState = FormWindowState.Maximized

When I close the newly opened form, the previous form that opened the one being closed is maximized as well. Why is that happening?