visual BASIC
n. programming language for developing applications under a Windows environment | ||||
Search Dictionary:
Visual Basic definition was found in categories: Computer & Internet(5) Language, Idioms & Slang(1) Encyclopedia(1)
Visual Basic Definition from Computer & Internet Dictionaries & Glossaries
| FOLDOC |
Visual BASIC
<language> (VB) A popular event-driven visual programming system from Microsoft Corporation for Microsoft Windows. VB is good for developing Windows interfaces, it invokes fragments of BASIC code when the user performs certain operations on graphical objects on-screen. It is widely used for in-house application program development and for prototyping. It can also be used to create ActiveX and COM components.
Version 1 was released in 1991 [by Microsoft?].
Current version: 6, as of 1999-11-26.
Home. History. Strollo Software. Books.
(1999-11-26)
<language> (VB) A popular event-driven visual programming system from Microsoft Corporation for Microsoft Windows. VB is good for developing Windows interfaces, it invokes fragments of BASIC code when the user performs certain operations on graphical objects on-screen. It is widely used for in-house application program development and for prototyping. It can also be used to create ActiveX and COM components.
Version 1 was released in 1991 [by Microsoft?].
Current version: 6, as of 1999-11-26.
Home. History. Strollo Software. Books.
(1999-11-26)
| Vb Glossary 1.0 |
Visual Basic
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" part refers to 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
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" part refers to 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
| A Glossary of Internet & PC Terminology |
Visual Basic
Visual Basic is a programming language developed sold by Microsoft. The language enables the user to develop Application programs for windows easily quickly. If you are running windows on your PC it is highly probable that some of the application programs that you are running are developed in Visual Basic. Visit the Visual Basic Home Page for more information.
Visual Basic is a programming language developed sold by Microsoft. The language enables the user to develop Application programs for windows easily quickly. If you are running windows on your PC it is highly probable that some of the application programs that you are running are developed in Visual Basic. Visit the Visual Basic Home Page for more information.
| Jensen's Technology Glossary |
Visual Basic (VB)
an extension of Microsoft Basic that allows for GUI controls, animations, and drag-and-drop features.   Its main competitors are Borland's Delphi and Sun's Java.  VB is used in many Microsoft products and in numerous applications by third parties.  The main web site for Visual Basic at Microsoft is http://www.microsoft.com/vbasic/ .  Many links are provided at http://www.pcwebopaedia.com/VB.htm .  VBX is a Visual Basic custom control used in may sofrtware components.  VBX components allow developers to more quickly write Visual Basic components.  When used in conjunction with Windows Scripting Host utilities, Visual Basic adds great risks for viruses when using email and web browsing software from Microsoft.  For more discussion of such matters, see ActiveX .
an extension of Microsoft Basic that allows for GUI controls, animations, and drag-and-drop features.   Its main competitors are Borland's Delphi and Sun's Java.  VB is used in many Microsoft products and in numerous applications by third parties.  The main web site for Visual Basic at Microsoft is http://www.microsoft.com/vbasic/ .  Many links are provided at http://www.pcwebopaedia.com/VB.htm .  VBX is a Visual Basic custom control used in may sofrtware components.  VBX components allow developers to more quickly write Visual Basic components.  When used in conjunction with Windows Scripting Host utilities, Visual Basic adds great risks for viruses when using email and web browsing software from Microsoft.  For more discussion of such matters, see ActiveX .
| Internet Glossary |
Visual Basic
A programming language and environment developed by Microsoft. Based on the BASIC language, Visual Basic was one of the first products to provide a graphical programming environment and a paint metaphor for developing user interfaces. Instead of worrying about syntax details, the Visual Basic programmer can add a substantial amount of code simply by dragging and dropping controls, such as buttons and dialog boxes, and then defining their appearance and behavior.
Although not a true object-oriented programming language in the strictest sense, Visual Basic nevertheless has an object-oriented philosophy. It is sometimes called an event-driven language because each object can react to different events such as a mouse click.
Since its launch in 1990, the Visual Basic approach has become the norm for programming languages. Now there are visual environments for many programming languages, including C, C++, Pascal, and Java. Visual Basic is sometimes called a Rapid Application Development (RAD) system because it enables programmers to quickly build prototype applications.
A programming language and environment developed by Microsoft. Based on the BASIC language, Visual Basic was one of the first products to provide a graphical programming environment and a paint metaphor for developing user interfaces. Instead of worrying about syntax details, the Visual Basic programmer can add a substantial amount of code simply by dragging and dropping controls, such as buttons and dialog boxes, and then defining their appearance and behavior.
Although not a true object-oriented programming language in the strictest sense, Visual Basic nevertheless has an object-oriented philosophy. It is sometimes called an event-driven language because each object can react to different events such as a mouse click.
Since its launch in 1990, the Visual Basic approach has become the norm for programming languages. Now there are visual environments for many programming languages, including C, C++, Pascal, and Java. Visual Basic is sometimes called a Rapid Application Development (RAD) system because it enables programmers to quickly build prototype applications.
Visual Basic Definition from Language, Idioms & Slang Dictionaries & Glossaries
| hEnglish - advanced version |
visual basic
visual basic
(vb) a popular event-driven visual programming system from microsoft corporation for microsoft windows. vb is good for developing windows interfaces, it invokes fragments of basic code when the user performs certain operations on graphical objects on-screen. it is widely used for in-house application program development and for prototyping. it can also be used to create activex and com components.
visual basic
(vb) a popular event-driven visual programming system from microsoft corporation for microsoft windows. vb is good for developing windows interfaces, it invokes fragments of basic code when the user performs certain operations on graphical objects on-screen. it is widely used for in-house application program development and for prototyping. it can also be used to create activex and com components.
Visual Basic Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Visual Basic
This article is about the Visual Basic language shipping with Microsoft Visual Studio 6.0 and earlier. For the Visual Basic shipping with Microsoft Visual Studio .NET, see Visual Basic .NET.
Visual Basic (VB) is an event driven programming language and associated development environment from Microsoft for its COM programming model. Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects. Scripting languages such as VBA and VBScript are syntactically similar to Visual Basic, but perform differently.
| See more at Wikipedia.org... |
