
Help! MDI Child Form won't show
I've created a form and set the MDIChild property to True. Then I used the
following code in a menu procedure, just like the manual says..
Private Sub mnuTest_Click()
Dim NewDoc As New Form1
NewDoc.Show
End Sub
No form shows up. No form, no errors, no task bar icons... nothing. What
am I doing wrong?
Brian-