G
Guest
I'm basically a VB programmer taking my first steps in C#. I have a little
C++ experience, so I'm not completely lost.
I am having a tought time figuring out exactly how to emulate passing data
between forms like I'd do in VB. Often I'd use a module with public
variables...in VC++ I'd use member variables...
How can I do this in C#? Any hints/help appreciated. TIA
C++ experience, so I'm not completely lost.
I am having a tought time figuring out exactly how to emulate passing data
between forms like I'd do in VB. Often I'd use a module with public
variables...in VC++ I'd use member variables...
How can I do this in C#? Any hints/help appreciated. TIA