VB6 Tutorial 65: Storing Code in a Module
Visual Basic 6 stores its code in the form of module that makes your program more structured. So its very important to learn about it. Before you start Its recommended that you first have the concepts of scope, procedure,functions and multiple forms. The following lessons are helpful. What is a module? Module is a separate code file in… Read More »