VB.NET, Web Services and Structures

liunx

Guest
Hi Everyone,


I'm new to VS.NET, and am busy trying to write a time recording system. The system will be both PDA and PC based. One of the things I want to do is store different codes for different users in (what, in VB, would be) a static type. I know that VS.NET uses Structures a opposed to Types, but how do I make this structure static to all classes without itself having to be defined in each calling class, and thus having to refresh all of the data each time?

In standard VB I would create a Public array of my type and fill in the blanks when the program first runs.

Please let me know if I'm not being clear enough with this.


Thanks in advance,
Paul.
 
Back
Top