Page 11 - DFP4013 VISUAL PROGRAMMING
P. 11
VB .NET ENVIRONMENT
Visual Basic controls are capable of detecting many, many events.
Visual Basic is an event-driven programming language.
The flow and control of the program are determined by some events.
Events? :- Action that takes place within a program
- user actions such as mouse click
- a signal or indicator to the .Net framework application that there has occurred some important action by
user or program.
Most basic events in Visual Basic .Net are:
- Click Event
- Load Event
- Double-Click Event
- KeyPress Event
- Mouse Move Event