Question 1.
I am having a MDI Form with Toolbar and a statusbar. When I tried to open a child form (Set to maximized in design), some controls like form captions went up and some buttons below visiblity (Gets partially hidden).
I then tried to 'Restore' and 'Maximize' of the MDI Form and all contents in the child form are visible.
But I want to show all the controls of child form when loading at the begining itself.
Question 2.
I set the 'ControlBox' property of the chilform to False. But still it displays the controlbox when I 'Restore' or 'Maximize' the MDI.
Is that a bug in .NET?
Question 3.
Displays a small icon above my toolbar below the MDI icon which I don't want it to show. (In VB applications it doesn't show)
Question 4.
When a button is on focus it became smaller than its original size. It looks very odd.
Any solutions for the above pls. New to .NET.
Thanks
