S
shachar
hi all.
in form1 i wrote:
dim MyForm2 as form=new form2
now i want to insert data to the property "id" of form2.
i wrote:
MyForm2.Id=3
but i get an error saying "Id" is not a member of
system...
how can i address the property of form2, contained by
form1?
in form1 i wrote:
dim MyForm2 as form=new form2
now i want to insert data to the property "id" of form2.
i wrote:
MyForm2.Id=3
but i get an error saying "Id" is not a member of
system...
how can i address the property of form2, contained by
form1?