MDI alternatives
I'm getting sick of it here...
I'm only working a couple of days with MDI - C#, and yet I have found two bugs:
One: when your MDI children are maximised, you get a control box with the maximize-minimizebuttons, no matter what you do to switch that off.
Second: Now I have found even a more annoying thing! I have a combobox, which apparently cannot hold any text when it's in MDI. When I open the form as an MDI child, the text visible in the combobox disappears when you have worked on another program, and does not appear at startup. The only way to get it shown is by selecting the item with the mouse again...
When I open the form by not specifying its MdiParent, all goes well :confused: :mad:
hmm as a footnote then, is there anyone who knows a good alternatice then for Mdi, I only need the children to work maximized. Anyone has a control that allows me to make a tabbed thing like Visual Studio?
thanks