answersLogoWhite

0

Define the event in visual basic?

Updated: 8/9/2023
User Avatar

Wiki User

13y ago

Best Answer

Visual Basic is an event driven program.

For an example, take a button on a Windows Form. When you click on the button, it is an event. That event invokes a method and executes a part of the program.

A Scroll bar have events scroll and change. When you scroll the scroll bar, it is an event for the scroll bar. When you click on a position on the scroll bar, the value changes at one and it is another event. These different events can invoke different methods.

User Avatar

Wiki User

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

Wiki User

10y ago

An event is any action you take when running a program, like clicking on a button or typing in text or moving the mouse over an object or clicking on a menu. When any event happens, code can be written to do something. So you can write code for what happens when you click a particular button, which is known as the button's click event.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Define the event in visual basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is visual basic short notes?

visual basic is event driven programming langauage.


Why is visual basic known as event driven programming?

event based programming involves the execution of code when a pre-determined event is triggered. this means... When an event occurs, visual basic runs any code you have written for that event.


Events supported by Visual Basic Objects?

move event,text change event and click event


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