i have taken one form in VB 2005 in its property i chaged mdicontainer = true now it is parent form. i have taken another fom.now i wanted to convert that second form into child so i have used this code and it works.
Dim NewMDIChild As New form1()
NewMDIChild.MdiParent = Me
NewMDIChild.Show()
my question is now i have few more forms which are ready to be child form, for all this form do i have need to write same code again and again or is there any other way. and also how can i change all forms property same time.
2006-11-01
04:54:02
·
2 answers
·
asked by
mausam
1
in
Computers & Internet
➔ Programming & Design