No matter what you call Microsoft's putting together of the trademark Visual Studio members, you can't deny that they have pioneered many new technologies. Let me state some pertaining to the revolutionary Visual Basic.
VB6 is undisputedly the world's most popular language.
> The name visual itself is very important, for the first time, people could drag and drop controls onto a design surface and see how a program would look without going through the lengthy edit-compile-test cycles required by other languages.
> Stepping through code while debugging - just ask any VB developer if they could do without it.
> The introduction of Active X Controls took the idea of code reusability to a completely new level.
> VB was also the first popular general-purpose language to offer truly integrated database access.
> The IDE concept that VB revolutionized has now been incorporated by non Microsoft products too (Delphi, Java).
> Intellisense - It speeds up software development by reducing the amount of keyboard input required and allows less reference to external documentation due to embedded function signatures and short descriptions.
True it lacked the pure object oriented power of other languages, but hasn't it caught up with .NET? As we programmers grow lazier day by day



