Re: globals?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"Smokey Grindle" <nospam@xxxxxxxxxxxxxx> ha scritto nel messaggio

Whats the easiest way to make a global function in VB 2005? The old way
was make a module, is that still the standard? thanks!

Since modules are compiled as static classes, if you use a static (shared)
class you will be more in the ".net way".



.