Visual Basic 2008 9.0 .NET Examples and Ebook

Introduction to Visual Basic

Vorig Onderwerp

New in Visual Basic 2008 - 9.0

|

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 exists, 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
Operators  Topic  Operators
Datatypes  Topic  Datatypes
Constants  Topic  Constants



This version ( published on 2008-06-24 ) is printed from http://www.studyvb.com, visit the website for more recent information.



Updated On : 2008-02-25

Published On : 2008-06-24

Introduction to Visual Basic

Vorig Onderwerp

New in Visual Basic 2008 - 9.0

|

Arrays

Volgend Onderwerp
Nederlands  Nederlands

Add to favorites (IE).