answersLogoWhite

0

Answer

A key part of developing applications using Visual Basic is ensuring that the code is carefully structured. This involves segmenting the code into projects, modules and procedures so that it is easy to understand and maintain.

A complete Visual Basic application is typically contained in a single project. Within a project, code is placed in separate code files called modules, and within each module, the Visual Basic code is further separated into self contained and re-usable procedures.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What's a module in Excel?

VBA is Visual BASIC for Applications. Code can be typed and it is stored in what are known as modules. So a VBA Module is just a file where code is stored that is associated with the workbook you are using. Code within the module can be run through Macros or other methods.


How do you connect visual basic 6.0 access database using module and data environment?

There are several ways to connect Visual Basic 6.0 access databases, but to use module and data environment equipment, one must obtain access to the actual program to download first.


What is a module in visual basic?

A Module is a file that stores many things such as subroutines, function, enumerations and other stuff so that you can use it in your application in a more organized way.


What is visual basic control?

Visual Basic Controls work on Visual Studio for Visual Basic and Applications that made by Visual Basic.


The year of invention of visual basic?

Visual Basic was started in 1991.


Who invented the visual basic?

Visual Basic was created by a team at Microsoft.


Who developed visual basic?

Microsoft is the developer of visual basic


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


When visual basic started?

Visual Basic was started in 1991.


Who is the developer of Visual Basic?

Microsoft is the developer of Visual Basic.


Is Visual Basic 6.0 compatible with Visual Basic 2005?

No.


How do you create a module in Microsoft access?

To create a module in Microsoft Access, open your database and go to the "Create" tab on the ribbon. Click on "Module" to open the Visual Basic for Applications (VBA) editor. In the editor, you can write your VBA code, then save the module by clicking "File" and selecting "Save." You can name your module and close the editor when you're finished.