This Season
 

What Is Visual Basic 6.0?

Microsoft Visual Basic 6.0 is a graphically intensive (hence the term "visual") programming interface using the BASIC language. Released in 1998, Visual Basic 6.0 is the last version to be based on a VB-Runtime interpreter. In contrast, the succeeding Visual Basic.Net series is a compiled language. Even though Microsoft no longer supports Visual Basic 6.0, it is still a widely used software development environment.

Related Searches:
    1. Graphical Design Environment

      • Visual Basic 6.0's graphical development environment allows rapid software prototyping. Controls such as buttons, sliders, check boxes, etc. can all be dragged and dropped onto the user form (window). This allows the design of a user interface without any programming.

      Event-Driven Programming

      • Visual Basic provides event-driven programming where the actions taken by a program are based on the execution of "events" such as the pressing of a button. This is in contrast to a linear program that simply executes code from top to bottom.

      Object Oriented Programming

      • Visual Basic 6.0 is not a true Object Oriented Programming (OOP) language because it lacks certain OOP features such as inheritance. However, it still provides object-based programming concepts that most users can use to begin learning OOP.

    Related Searches

    Read Next:

    Comments

    You May Also Like

    Follow eHow

    Related Ads