E
Elmo Watson
I have a handfull of variables that I'd like to make Global to my
application
In the old VB6 days, I'd create a Module, and put them there, accessible
from any form in the application
However, in VS.Net 2005, I added a module, and it acts somewhat like a
class, in that, to access a Public variable, there, I must precede the
variable name with the module name, like:
mdlVars.MyVar
Is this pretty much how it's done, or, if not, what's a more acceptible
approach?
application
In the old VB6 days, I'd create a Module, and put them there, accessible
from any form in the application
However, in VS.Net 2005, I added a module, and it acts somewhat like a
class, in that, to access a Public variable, there, I must precede the
variable name with the module name, like:
mdlVars.MyVar
Is this pretty much how it's done, or, if not, what's a more acceptible
approach?