Dim frm0 as frmMainMdi
Dim frm1 As New frmAsset_new
frm1.MdiParent = frm0
frm1.Show()
Me.Close()
Boys and Girls it is obvious that i am no genius but can anyone explain why i cannot frmAsset_new as a Mdi child under frm0 i. i seem to only to be able to do it using either the menu item click ..... with frm1.Mdiparent = me..... is there a variable i could use that will aloow me do this? thanks guys
Dim frm1 As New frmAsset_new
frm1.MdiParent = frm0
frm1.Show()
Me.Close()
Boys and Girls it is obvious that i am no genius but can anyone explain why i cannot frmAsset_new as a Mdi child under frm0 i. i seem to only to be able to do it using either the menu item click ..... with frm1.Mdiparent = me..... is there a variable i could use that will aloow me do this? thanks guys