Welcome to Microsoft Visual Basic, the fastest and
easiest way to create applications for Microsoft Windows. Whether you
are an experienced professional or brand new to Windows programming,
Visual Basic provides you with a complete set of tools to simplify rapid
application development.
The "Visual" part
refers to the method used to create the graphical user interface (GUI).
Rather than writing numerous lines of code to describe the appearance
and location of interface elements, you simply add prebuilt objects into
place on screen. If you've ever used a drawing program such as Paint,
you already have most of the skills necessary to create an effective
user interface.
The BASIC (Beginners
All-Purpose Symbolic Instruction Code) language, a language used by more
programmers than any other language in the history of computing.
Visual Basic has
evolved from the original BASIC language and now contains several
hundred statements, functions, and keywords, many of which relate
directly to the Windows GUI. Beginners can create useful applications by
learning just a few of the keywords, yet the power of the language
allows professionals to accomplish anything that can be accomplished
using any other Windows programming language.
There are three main steps to creating an application in Visual Basic:
1. Create the interface.
2. Set properties.
3. Write code.
Source : f1tutorials.com
No comments:
Post a Comment