C
Chris Strug
Hi,
I'm working with VB 2005.net and have managed to get my head around passing
values between forms by creating properties of the relevant form classes.
However, say that I have a number of values which I wish to exchange (for
example, an employee record, name, position, etc). At the minute I'm using a
seperate property to for each "field".
I was wondering, is there a way to collate all the fields into one "object"
and use that as a property? I'm reminded of a "struct" from my C days and
was wondering if VB provided anything similar?
Any and all advice, tips, links and abuse are gratefully received.
Thanks
Chris,
I'm working with VB 2005.net and have managed to get my head around passing
values between forms by creating properties of the relevant form classes.
However, say that I have a number of values which I wish to exchange (for
example, an employee record, name, position, etc). At the minute I'm using a
seperate property to for each "field".
I was wondering, is there a way to collate all the fields into one "object"
and use that as a property? I'm reminded of a "struct" from my C days and
was wondering if VB provided anything similar?
Any and all advice, tips, links and abuse are gratefully received.
Thanks
Chris,