Internet Marketing and Development Services for Turnkey Web Solutions

Web & Internet Definitions

Thank you for using WebPaws.com’s accumulated and growing Dictionary on Internet and Web Definitions. This database of Internet and Web Definitions have been written and compiled for our clients and users convenience and education. If you have any new entries you’d like to contribute or corrections/additions to existing definitions, please submit them to: definitions@webpaws.com. Thank you!

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Select all words

Definition of 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.