What is Visual Basic ?
1. Visual Basic is a tool that allows you to develop Windows (Graphic User Interface - GUI) applications. The applications have a familiar appearance to the user.
2. Visual Basic is event-driven, meaning code remains idle until called upon to respond to some event (button pressing, menu selection, …).
3. Visual Basic is governed by an event processor. Nothing happens until an event is detected. Once an event is detected, the code corresponding to that event (event procedure) is executed. Program control is then returned to the event processor.
Some Features of Visual Basic
1. 1. Full set
of objects - you 'draw' the application
2.
Lots of
icons and pictures for your use
3.
Response
to mouse and keyboard actions
4.
Clipboard
and printer access
5.
Full
array of mathematical, string handling, and graphics functions
6.
Can
handle fixed and dynamic variable and control arrays
7.
Sequential and random access file support
8.
Useful
debugger and error-handling facilities
9.
Powerful
database access tools
10.
ActiveX
support
11.
Package
& Deployment Wizard makes distributing your applications simple.
very good keep it up.
ReplyDeleteYes brother 🙂
Delete