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:
Private Sub OpenFormByName(oForm as Form) oForm.Show() End Sub
I can't assign New to anywhere, can anyone help?
Thanks
PlayKid
Printable View
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:
Private Sub OpenFormByName(oForm as Form) oForm.Show() End Sub
I can't assign New to anywhere, can anyone help?
Thanks
PlayKid
Sort it....
Thanks alot.....