I have set the ismdicontainer of form1 and in the menu click event i give the below code
VB Code:
Private Sub mnuReg_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuReg.Click Dim FC As New form2 FC.MdiParent = Me FC.TopMost = True FC.Show() End Sub
but it is not acting as mdi child
help please




Reply With Quote