English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have taken one form and its property changes to container to yes. now i have added menu strip on parent form. i have taken another form i want to make the second form into child how can i do this

2006-11-01 00:40:37 · 3 answers · asked by rina 1 in Computers & Internet Programming & Design

3 answers

Dim NewMDIChild As New form2 ()
NewMDIChild.MdiParent = Me
NewMDIChild.Show()

2006-11-01 13:29:43 · answer #1 · answered by GLADIATOR 3 · 0 0

for Parent Form, find the properties for Form Style and change it to MDI Parent or MDI Form.
for Child Form, select 'MDI Child' in form style.

and in your source code, Parent Form must be create first before you create your Child Form.

I don't know what is your programming language, so i just give you common method which i use .
why don't you open your 'help' and find how to make an MDI form there?

2006-11-01 10:56:01 · answer #2 · answered by Manzana verde 5 · 0 0

In which language?

Rawlyn.

2006-11-01 08:42:29 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers