Visual Basic Modules and Procedures

From Techotopia
Revision as of 18:57, 27 July 2007 by Neil (Talk | contribs) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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