Visual Basic provides several modules that enable you to simplify common tasks in your code, including manipulating strings, performing mathematical calculations, getting system information, ...
Declares the name of a module and introduces the definition of the variables, properties, events, and procedures that the module comprises. A module has the same lifetime as your program. Because its ...