Tuesday, June 24, 2008

VBScript Introduction

What You Should Already Know

Before you continue you should have a basic understanding of the following:

  • WWW, HTML and the basics of building Web pages

If you want to study these subjects first, go to our Home Page.

What is VBScript?

  • VBScript is a scripting language
  • A scripting language is a lightweight programming language
  • VBScript is a light version of Microsoft's programming language Visual Basic

How Does it Work?

When a VBScript is inserted into a HTML document, the Internet browser will read the HTML and interpret the VBScript. The VBScript can be executed immediately, or at a later event.

source from http://www.w3schools.com/Vbscript/vbscript_intro.asp

Collections of VB Scripts

Visual Basic, created by Microsoft for building stand alone Windows-based programs, is derived heavily from Basic. Developers can use it for quickly building GUI applications. If you're looking for a fast way to build programs, Visual Basic may be just what you need; be sure to check out the tutorials in this section!
source from http://www.tutorialized.com/tutorials/Visual-Basic/