Home

Submit

Source

Feeds

Home » Visual Basic » Getting Started ::

Visual Basic Getting Started
When interacting with the computer, at times, a user might be asked to provide a value. At other times, the user might be presented with a value to manipulate. During this interaction, the values, any types of values, are stored and retrieved at will. To make this possible, the computer uses its memory. The computer memory is an area used to receive information, store it, and then make that information available when requested. The computer only makes its memory available to you. It doesn't know and cannot predict the type of value that your particular program would need.
Related Tutorials
Visual Basic Getting Started
Managing Visual Basic Data
Visual Basic / Getting Started
There are many types of data we come across in our daily life. For example, we need to handle data such as names, addresses, money, date, stock quotes, statistics and etc everyday. Similarly in Visual Basic, we are also going to deal with these kinds of data. However, to be more systematic, VB divides data into different types.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic General Development
Introduction to Classes
Visual Basic / General Development
We use individual variables whenever we needed them. This allowed us to declare simple types to hold fairly small values. In visual basic, you can combine a group of variables into an entity. These variables become considered as one. You can then declare one or more elaborate variables from this enhanced type. Such a new type is called a class.

Site: www.functionx.com Report - View Tutorial

Visual Basic Getting Started
Arrays
Visual Basic / Getting Started
An array is a list of variables, all with the same data type and name. When we work with a single item, we only need to use one variable. However, if we have a list of items which are of similar type to deal with, we need to declare an array of variables instead of using a variable for each item.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Getting Started
Working With Variables
Visual Basic / Getting Started
This tutorial will show you how to use variables and how to store information in them.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic General Development
Programming With Variants
Visual Basic / General Development
Microsoft Visual Basic 6 further enhances the Variant data type from the previous version so that it can now hold user-defined types (UDTs). This creates yet another reason why you should become familiar with Variants and what they can do. In this tutorial I will take an in-depth look at Variants and discuss the benefits and pitfalls of programming with them.

Site: www.brainbell.com Report - View Tutorial

Visual Basic VB.Net
Adjusting your scope - A look into variable scopes in .NET
Visual Basic / VB.Net
Declaring variables is a very fundamental requirement in programming and you cannot go anywhere without it. For those of us who came from previous versions of Visual Basic, .NET presents a new set of issues with our variables.

Site: www.andreavb.com Report - View Tutorial

Visual Basic Working with Database
Retrieve and write data to excel with vb6
Visual Basic / Working with Database
Retrieve data and write data to excel using visual basic.

Site: www.11amdesign.com Report - View Tutorial

Visual Basic File Manipulation
Working With Files
Visual Basic / File Manipulation
Is it possible to save data accepted by a VB program into a storage device, such as a hard disk or diskette, or even CDRW? The answer is possible. Is this chapter, we will learn how to create files by writing them into a storage device and then retrieve the data by reading the contents of the files using customized VB programs.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Multimedia
Creating Multimedia Applications-Part III
Visual Basic / Multimedia
Now, with some modifications, we will transform the audio player into a picture viewer. This player will be created in such a way that it could search for all types of graphics your drives and displays them.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic Getting Started
Visual Basic: The Basics
Visual Basic / Getting Started
A great tutorial for people that are starting out with visual basic and need to get a rock solid start.Described are loops, conditionals and variables.

Site: www.interviewmyass.co.uk Report - View Tutorial

Visual Basic Miscellaneous
Error Handling
Visual Basic / Miscellaneous
When using your application, a user may encounter various types of problems, some of which could come from you by some negligence when you worked on the project. Some other problems could occur only at the time the application is being used. Some other problems could be caused by the computer on which the application is being used. While developing your application, you should anticipate as many problems as possible as take appropriate actions.

Site: www.functionx.com Report - View Tutorial

Visual Basic General Development
Introduction to Procedures
Visual Basic / General Development
A procedure is a set-aside assignment the compiler must take care of to complement a program. A program developer writes the procedure and a user would only see the result. There are two categories of procedures you will use in your programs: those that have already been created thus made available to you, and those you will create yourself.In v basic, like most other languages, there are two types of procedures: functions and sub routines.

Site: www.functionx.com Report - View Tutorial

Visual Basic Functions
Introduction to VB Function (Part 1)
Visual Basic / Functions
Functions are similar to normal procedures but the main purpose of the functions is to accept certain inputs and pass them on to the main program to finish the execution. They are two types of function, the built-in functions(or internal functions) and the functions created by the programmers.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic General Development
Developing Web Applications
Visual Basic / General Development
Visual Basic 6 offers three new templates: Data Project, IIS Application, and DHTML Application.

Site: www.brainbell.com Report - View Tutorial

Visual Basic General Development
Variable Inspection and Numeric Conversion
Visual Basic / General Development
How to detect variable data type and status; Using IsNumeric Function; Parsing Long Integers.

Site: www.herongyang.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement