Ben Chase (06/06/2007)
Place it in a Shared (static) variable on a class somewhere. Then, instantiate it in the InitApplication() method of the AppMain.vb (Program.cs) file and you will be able to access it from anywhere by typing ClassName.GlobalVariableName.
Ben, any chance you could offer a sample please?