Shanki
unread,Apr 24, 2011, 12:09:46 PM4/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vbforbeginners
Visual Basic (VB) is the third-generation event-driven programming
language and integrated development environment (IDE) from Microsoft
for its COM programming model. Visual Basic is relatively easy to
learn and use.
Visual Basic was derived from BASIC and enables the rapid application
development (RAD) of graphical user interface (GUI) applications,
access to databases using Data Access Objects, Remote Data Objects, or
ActiveX Data Objects, and creation of ActiveX controls and objects.
Scripting languages such as VBA and VBScript are syntactically similar
to Visual Basic, but perform differently.
A programmer can put together an application using the components
provided with Visual Basic itself. Programs written in Visual Basic
can also use the Windows API, but doing so requires external function
declarations.