Hi all,

I have the name of the form, how do I create a new instance while I am in run time?

I have this code:
VB Code:
  1. Private Sub OpenFormByName(oForm as Form)
  2.        oForm.Show()
  3. End Sub

I can't assign New to anywhere, can anyone help?

Thanks

PlayKid