Topic: Child Forms

Hi all, I have forgotten how can I have a Main Form and inside of it child forms. See the attached picture
https://ibb.co/h9dN0vf

Re: Child Forms

MVDB does not support MDI forms. You can emulate it: place panels on the form that will look like a form - have a title, frame, and expand/close buttons. Write drag handlers for the title, and paste another form into the central area of panel.

Визуальное программирование: блог и телеграм-канал.

Re: Child Forms

Ok thanks k245