Home

Submit

Source

Feeds

Home » Visual Basic » General Development ::

Visual Basic General Development
How to detect variable data type and status; Using IsNumeric Function; Parsing Long Integers.
Related Tutorials
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 Functions
Built-in Functions
Visual Basic / Functions
This tutorial describes: Math, Conversion, String, Date and Time, Array and Misc. Functions.

Site: www.herongyang.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 VB.Net
Dynamic Usage of Event Handlers in VB.NET
Visual Basic / VB.Net
With Events and Handles clause requires form us to declare the object variable and the event handler as we write our code, so linkage is created upon compilation. On the other hand, with AddHandler and RemoveHandler, linkage is created and removed at runtime, which is more flexible.

Site: www.codebeach.com Report - View Tutorial

 
Site Search

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