"Nassos" <nasos (AT) orama-tech (DOT) gr> wrote
Quote:
Hi All,
i was wondering , how is posible to open a Form inside a Panel (for
example) not through MDI property, is a container the right tool for this?
How am MDIParent form is doing it?
thx in advance |
An MDI parent has an MDIClient control to host forms. Why do you not want an
MDI Form? You can dock other panels in an MDI Form so as to restrict the
MDIClient bounds. See the example on my site:
http://dotnetrix.co.uk/mdi.html
Other than that you should set the forms TopLevel property to False and add
it as a Control, but it will always show as unfocused.
--
Mick Doherty
http://dotnetrix.co.uk/nothing.html