mdi maximized child mainmenu bug

G

Guest

Can anyone tell me if this is a confimed bug and if there is a workaround:

- Create an form set as an mdi container
- Add a Menustrip to mdi container and set form's MainMenuStrip property to
newly created menu
- Create mdi child form and set it's window state to Maximized

When you run the project and open the child form, the menus are merged
properly, but the form appears the same size as it does at design time
(rather than maximized) and the child form's maximize button appears to be in
the restore state.
Click to restore, and you're back to a correct state. click again and form
is maximized properly.

Any ideas?

I have a demo project built to demonstrate.
Thanks

joe
 
G

Guest

Forgot to mention, after all this, if you set mdi parent form's MainMenuStrip
property back to (none), then child form maximizes correctly when opened.
Thanks

joe
 
V

VJ

Your child form has no menu and or tool strips?. I tried , it seemed to work
ok. Can I have the demo project?

VJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top