answersLogoWhite

0

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.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is visual basic short notes?

visual basic is event driven programming langauage.


What is difference between visual programing and event driven programing?

event driven programming is occur when the creat any event means when the user touch the mouse and visual programming does not any oop


Who are the author the visual basic?

Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. VB is also considered a relatively easy to learn and use programming language, because of its graphical development features and BASIC heritage.


What is the significance of visual basic programming?

Its a programming language and IDE to develop an "System application or Web applications" developed by Microsoft. for more details go to microsoft official site.. visual basic is an event driven programming language. thus it is used to design forms and some not so advanced animations.


How is event driven programming different from other programming?

write a note on event driven programming


Why vb is an event driven programming language?

because it is driven by events. as it is a language used in programming, then it only makes sense to say VB is an event driven programming language.


Vbnet is which type of language Service Oriented Architecture Programming Language Object Oriented Programming Language Procedural Oriental Programming Language?

Visual Basic .NET (VB .NET) is an OOP, an Object-Oriented Programming Language. It's paradigm is both OOP and Event-Driven, but that's beside the point.


Disadvantages of event driven programming?

It uses a wimp hcimaking it user friendly.


What is the difference between VB and Visual Studio?

I believe visual studio is the user interface, and it not only supports visual basic but also visual c++, c#, web development etc. Visual basic, on the other hand, is a programming language.


What does event driven scripting language mean?

event driven programming is based upon the events. its flow is based on the events.


What is trigger functions in event driven programming?

Boring and unneccesary


What is Event driven programming in VB?

Events are the actions that are performed by the user during the applications usage. If a user clicks a mouse button on any object then the Click event occurs. If a user moves the mouse then the mouse move event occurs. By the same way an application can generate Key down event, Key up event, mouse double click event.