2011-02-06 19 views

答えて

2

私はイベント内でこのコードを追加終わった:

'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() 
関連する問題