Difference between revisions of "Visual Basic"

From TheAlmightyGuru
Jump to: navigation, search
Line 7: Line 7:
  
 
==Versions==
 
==Versions==
Visual Basic saw six major releases. Versions 1 and 2 were released for [[MS-DOS]], version 3 worked in [[Windows 3]], version 4 added 32-bit support, version 5 was 32-bit only, and version 6 saw a major redesign of the code which sped it up and made it much harder to decompile. Programmers continued to use Visual Basic 6 for many years after it was discontinued because it was so popular and easy to use, and, in most ways, superior to it's replacement, VB.NET.
+
Visual Basic saw six major releases. Versions 1 had an [[MS-DOS]] and a [[Windows 3]] release, which were similar, but incompatible. Version 2 was exclusive to Windows, as was version 3. Version 4 was released both in 16-bit and 32-bit modes. Version 5 was 32-bit only. Version 6 saw a major redesign of the compiler which sped up programs and made them much harder to decompile. Programmers continued to use Visual Basic 6 for many years after it was discontinued because it was so popular and easy to use, and, in most ways, superior to its replacement, VB.NET.
  
 
==Links==
 
==Links==

Revision as of 12:01, 13 May 2020

The final version of Visual Basic.

Visual Basic is a computer programming language created by Microsoft in 1991, based on the syntax of BASIC. There are drastic changes between Visual Basic and traditional BASIC including the elimination of symbolic variable notation and the introduction of object orientation. Also, Visual Basic was designed, not around the command line, but Windows forms and dialogs. The combination of Windows forms and basic syntax allowed Visual Basic to the premier rapid application design (RAD) language for Microsoft allowing developers to very quickly and easily create applications. The language was hugely popular and influenced the creation of Visual Basic For Applications and VBScript. Unfortunately, in 2001, Microsoft discontinued Visual Basic in favor of Visual Basic .NET which eliminated many of the features that made Visual Basic so easy to use.

Personal

I first became interested in Visual Basic after my uncle showed me how to make simple programs using 16-bit Visual Basic 3. This gave me a head start on my peers when we started learning Visual Basic 4 in high school, so I was the best in my class. For a birthday present, I got Black Art of Visual Basic Game Programming, which taught various game programming techniques as well as ways to use Windows DLLs for superior graphics and sound programming. I began writing a couple video games in Visual Basic, but never finished any of them. I took a class on Visual Basic 5 in college, where I often taught the teacher how to do things in the language, but never dealt much with Visual Basic 6, the final version of the language, before it was discontinued. I always appreciated the speed and simplicity of the language and still curse Microsoft for killing the language. For Windows-based RAD, I now turn to C#, which isn't nearly as easy to learn or as fast to develop in, but is a lot more powerful.

Versions

Visual Basic saw six major releases. Versions 1 had an MS-DOS and a Windows 3 release, which were similar, but incompatible. Version 2 was exclusive to Windows, as was version 3. Version 4 was released both in 16-bit and 32-bit modes. Version 5 was 32-bit only. Version 6 saw a major redesign of the compiler which sped up programs and made them much harder to decompile. Programmers continued to use Visual Basic 6 for many years after it was discontinued because it was so popular and easy to use, and, in most ways, superior to its replacement, VB.NET.

Links

Link-Wikipedia.png