Visual Basic 2008 9.0 .NET Examples and Ebook
  Home

Introduction to Visual Basic

Arrays

Volgend Onderwerp


To build an application well need a project. A project is a technological part of the system were developing ( also called solution ). Different project types exist, examples of project types are console applications, window applications and web applications.
A solution is the collection of projects, together with some configuration between these projects, needed to create our system.

All examples and exercises on this website are made for console applications.
These are applications with limited possibilities for input and output, and are mainly inteded for commandline programs. Other types of projects, for instance window applications, have a more extended GUI ( "Graphical User Interface" ), but are harder to define.
Console applications are used on this website to maintain all examples clear and simple.

A module is used as a codingblock were we'll define our sourcecode.

After installing Visual Studio, you have to create a console application.

In this application you can insert the sourcecode documents you've downloaded from this website. You can do this by clicking the "Add Existing Item ..." option, in the "Project" menu. The appearing dialog can be used to select the document(s) to add.

All you need to do know is to let the project ( console application ) know what module ( or class ) needs to be executed. This startup object can be set in the options of the project. In Visual Studio these settings can be reached by option "<name-of-the-project>; Properties ..." in menu "Project". On the "Application" tab, in the "Startup object" option, choose the name of the module ( or class ) you want to execute.


Topics

Output and Comments in Modules  Topic  Output and Comments in Modules
Variables  Topic  Variables
Some Operators  Topic  Some Operators
Reading Input from the User  Topic  Reading Input from the User
Introduction to Selections  Topic  Introduction to Selections
Introduction to Iterations  Topic  Introduction to Iterations
Nested Structures  Topic  Nested Structures
Iterations  Topic  Iterations
Selections  Topic  Selections
Boolean Datatype and Expressions  Topic  Boolean Datatype and Expressions
Logical Operators And, Or and Not  Topic  Logical Operators And, Or and Not
Boolean Logical  Topic  Boolean Logical
Logical Disjunction Operator Xor  Topic  Logical Disjunction Operator Xor
Logical Shortcircuit Operators AndAlso and OrElse  Topic  Logical Shortcircuit Operators AndAlso and OrElse
Operators  Topic  Operators
Numeric Integral Datatypes - Byte Short Integer Long  Topic  Numeric Integral Datatypes - Byte Short Integer Long
Numeric Decimal Datatypes - Single Double Decimal  Topic  Numeric Decimal Datatypes - Single Double Decimal
Floating Point Notation - Single Double Decimal  Topic  Floating Point Notation - Single Double Decimal
Numeric Literals and Type Coercion  Topic  Numeric Literals and Type Coercion
Char and String Datatypes  Topic  Char and String Datatypes
Temporal Datatype Date  Topic  Temporal Datatype Date
Constants  Topic  Constants




Updated On : 2008-11-06

Published On : 2008-11-06

Introduction to Visual Basic

Arrays

Volgend Onderwerp
  Home  
Nederlands
Nederlands

Add to favorites (IE).


No printable version available.