2011-02-06 6 views

답변

2

I 이벤트에서이 코드를 추가 결국 :

'Create a new instance of Form2 
    Dim NewMDIChild As New frmProductMaintenance() 
    'Set the parent of the MDI child form. 
    NewMDIChild.MdiParent = Me 
    'Display the new form. 
    NewMDIChild.Show() 
관련 문제