D
Daniel Friend
I have an MDI child form that I need to load and run, but I do not want it
displayed.
I tried
Dim myForm as form1
myForm=new form1
myForm.MDIParent=frmMDIParent
myForm.Show
in the Form_Show statement I have
me.hide
I am getting an exception error in windows.forms.dll
Any help to achieve this would be greatly appreciated
Thanks,
Dan
displayed.
I tried
Dim myForm as form1
myForm=new form1
myForm.MDIParent=frmMDIParent
myForm.Show
in the Form_Show statement I have
me.hide
I am getting an exception error in windows.forms.dll
Any help to achieve this would be greatly appreciated
Thanks,
Dan