I have created a new form and need to pass an object into it something like this:
frm = New frmAnyForm(myObject)
Is this possible?
I cannot find the part in my project which allows access to the New constuctor....
Thnx
frm = New frmAnyForm(myObject)
Is this possible?
I cannot find the part in my project which allows access to the New constuctor....
Thnx