answersLogoWhite

0

What is a module in visual basic?

Updated: 8/16/2019
User Avatar

Wiki User

13y ago

Best Answer

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.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a module in visual basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 visual basic control?

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


What is module in visual basic?

AnswerA 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.


The year of invention of visual basic?

Visual Basic was started in 1991.


Who developed visual basic?

Microsoft is the developer of visual basic


Who invented the visual basic?

Visual Basic was created by a team at Microsoft.


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.


Is Visual Basic 6.0 compatible with Visual Basic 2005?

No.


Who is the developer of Visual Basic?

Microsoft is the developer of Visual Basic.


When visual basic started?

Visual Basic was started in 1991.


What is the diff between Visual Basic 2005 and Visual Basic dot net?

Visual Basic 2005 is actually a version of VB.NET (v8.0). The latest version (9.0) is Visual Basic 2008.