Well! In VB6 I can make a Public TYPE and put it in a module and it will be accessible everywhere in my project. I want to have a STRUCTURE and have it accessible to all my forms and classes. How can I do this in VB.NET?
I tried to define a namespace and put the structure and the class in the same namespace and it works. But what if I have a separate class and I want my structure to be accissble to my class and my forms?
(begginerish question?![]()
![]()
)




Reply With Quote