Hi all,

I've started developing an application using VB .NET 2003 for handheld PC (sewer inventarisation).

It has been a long time since i used VB (about 10 years) so i need some help.

I have a designed a few forms and some code for it.

However i'm having trouble with the following:

I've made a user data type (structure) and an array from this user data type. When I declare and use them in the form code it works fine but I want to declare the array and the 'current' data type globally. So i can use them in every form. How do I define them global ? Do I have to use a main module and load that first ??? if yes how ?

thx very much