Difference between revisions of "Visual Basic Modules and Procedures"

From Techotopia
Jump to: navigation, search
(New page: An important part of developing Visual Basic applications is structuring the code. This is achieved using modules and procedures. The purpose of this chapter is to provide a detailed overv...)
(No difference)

Revision as of 18:57, 27 July 2007

An important part of developing Visual Basic applications is structuring the code. This is achieved using modules and procedures. The purpose of this chapter is to provide a detailed overview of these two codxe structuring solutions.

Visual Basic Code Modules