|
I have 2 forms, formA and formB in MDI. FormA (size is 300,300) has the property maximizebox set to false, and formB the property WindowState set to maximized Now once the application starts, I open formB first, it opens as expected in the maximized state. Now when I open formA, instead of opening in the size 300,300 it also opens in the maximized state. Why is this happening?Is there anyway of preventing formA from getting resized? Any thoughts would help. |