I'm new to C#, that said, VB was very forgiving but C# is not.
I'm using VS 2005 & VS 2008.
Where do I instantiate my class if I want it available to me from all of my forms and all of my procedures?
I tried the Program module but it gave me an error saying in my button sub on my form that the class was does not exist in the current context.
I'm after a global object.
Thanks
I'm using VS 2005 & VS 2008.
Where do I instantiate my class if I want it available to me from all of my forms and all of my procedures?
I tried the Program module but it gave me an error saying in my button sub on my form that the class was does not exist in the current context.
I'm after a global object.
Thanks