Better Browsing: Visual Basic vs. C++

      Main
 
 

Home

Introduction

Purpose

Hypothesis

Procedures

Results

Conclusions

Screenshots

Project Information

 
 

       Web Browser
 
 

Downloads

 
 

       Abstract
 
 

Glossary

About Visual Basic

About C++

Back to VSF Home

 
 

ABOUT VISUAL BASIC


A simple, fast, easy, yet powerful language...


    Visual Basic is a programming language that is based on the language "BASIC" (Beginners All-purpose Symbolic Instruction Code). Instead of merely typing in commands like most programming languages, you actually design the GUI (Graphical User Interface) first, meaning you are able start out with a blank form and you add things on like buttons, text boxes, pictures, check boxes, menus, etc. After you design the GUI, you can click on an item, customize it's properties, tell it to perform a function and when to do it (if the button is clicked, double-clicked, mouse moved over it, etc.).

 

    Although it's a great programming language, Visual Basic has to have SOME kind of a downfall. One of the major problems with Visual Basic is that to run a Visual Basic file, you have to have the Visual Basic runtime files. This can be very inconvenient if you want to distribute your programs to people who don't have Visual Basic. Another disadvantage to Visual Basic is that you can't multitask. That means that Visual Basic can only do one operation at a time. With Visual Basic, you use can ActiveX controls that you can get from the core files, or download some online, or even create your own. It's all up to you. One thing about Visual Basic is Windows API. This is a great thing about Visual Basic that allows you to connect to other things in Windows, like the desktop, winsock, etc.


Topic Specific      
  When you browse to a page on this website, a link or sometimes more than one will appear here with a brief "want to...?" suggestion to visit another page of this website.