19,155 tutorials online
11 tutorials pending review
763 dead links removed





Visual Basic: Development Tutorials

 

VB.NET Optimized Shuffle tutorial
Posted in Visual Basic > Development by tutorialgrub on Apr 28, 2011

This tutorial is explains an optimized and very efficient method of "shuffling" an array in any language. The tutorial is adaptable to any programming language but has been written in VB.NET.
23 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Developing Web Applications
Posted in Visual Basic > Development by tutorialgrub on Apr 13, 2011

We'll examine the IIS Application in this tutorial, going through the process of developing a simple application for Internet Information Server.
8 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Developing Applications in Windows CE
Posted in Visual Basic > Development by tutorialgrub on Apr 11, 2011

Windows CE is simply a 32-bit, non-PC operating system. You might have seen Windows CE devices, such as the handheld PC (HPC) or the palm-sized PC—these are just some of the many applications run by the Windows CE operating system.
14 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Programming With Variants
Posted in Visual Basic > Development by tutorialgrub on Mar 31, 2011

In this tutorial we will take an in-depth look at Variants and discuss the benefits and pitfalls of programming with them.
29 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Common Dialogs
Posted in Visual Basic > Development by tutorialgrub on Mar 26, 2011

In my beginner's section I state that a programmer's job is to get to the customer results as quickly and efficiently as possible. Common Dialogs are a great way to abide by this strategy.
13 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Objects
Posted in Visual Basic > Development by tutorialgrub on Mar 05, 2011

Since VB4, Microsoft has been promoting the "object-oriented" aspects of Visual Basic. It seems like everything you read is object-this and object-that! So what is the real story about objects? Who needs them, and why? How do you use them and when are they overkill? Can you use them without having to be an expert in all aspects of objects?
15 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Windows API
Posted in Visual Basic > Development by tutorialgrub on Mar 01, 2011

The API are procedures that exist in files on your PC which you can call from within your VB program - and there are thousands of them!
9 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Visualize time-dependent data with distortion portals
Posted in Visual Basic > Development by tutorialgrub on Feb 16, 2011

This article demonstrates code and techniques to create distortion portals in the data to provide time-dependent visualizations of various parts of an image. Learn to create a Simple DirectMedia Layer-enabled application that allows you to build distortion portals in sequential image frames to explore the relationship of data sets through time.
9 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Finding words or String with same beginning and end using regular expressions with .net
Posted in Visual Basic > Development by tutorialgrub on Dec 25, 2010

Finding words or String with same beginning and end using regular expressions with .net. Ready to use Regex pattern in VB.NET, C#.NET and ASP.NET
17 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


1