answersLogoWhite

0

What is module in visual basic?

Updated: 8/11/2023
User Avatar

Wiki User

13y ago

Best Answer

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

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

Modules in Visual Basic are used to set public variables, and tie forms together using a base template of variables, settings, etc.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

A module is a command like, aka DOS application.

1. No form to put controlls on.

2. You can use Console.WriteLine and other things like that.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is 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 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.


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.


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.