Best Tutorials website
Latest tutorials

Advertisment

Sorting Viewer

Sorting Viewer

Perhaps you have already done a rather exhaustive search for these routines but are still perplexed as to what a shell is, or why a certain sort is...


Views: 822 | Rating star | by Troy
Visual Basic - Development

Common Dialogs

Common Dialogs

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...


Views: 824 | Rating star | by Donald
Visual Basic - Development

Windows API

Windows API

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!


Views: 802 | Rating star | by Mathew
Visual Basic - Development

Objects

Objects

Since VB4, Microsoft has been promoting the 'object-oriented' aspects of Visual Basic. It seems like everything you read is object-this...


Views: 853 | Rating star | by Sean
Visual Basic - Development

VB.NET Optimized Shuffle tutorial

VB.NET Optimized Shuffle tutorial

This tutorial is explains an optimized and very efficient method of 'shuffling' an array in any language. The tutorial is adaptable to...


Views: 852 | Rating star | by Stephen
Visual Basic - Development

Free training guide for beginners VB programmers

Free training guide for beginners VB programmers

Free step-by-step tutorial for beginner Visual Basic programmers. Ebook on development of a logic game in VB 6.0 is identical to the manual...


Views: 864 | Rating star | by Sarah
Visual Basic - Development

Create real Excel Files Reports without MS Excel

Create real Excel Files Reports without MS Excel

Use the free version of the COM library DypsXLS to create real Excel files from your VB applications.


Views: 772 | Rating star | by Steve
Visual Basic - Development

3D Terrain

3D Terrain

AndreaVB releases a new source code example on how to use 3d perspective: Render a 3D random terrain with gradient colors and water level, rotate...


Views: 848 | Rating star | by John
Visual Basic - Development

Developing Web Applications

Developing Web Applications

We'll examine the IIS Application in this tutorial, going through the process of developing a simple application for Internet Information Server.


Views: 826 | Rating star | by Donald
Visual Basic - Development

Programming With Variants

Programming With Variants

In this tutorial we will take an in-depth look at Variants and discuss the benefits and pitfalls of programming with them.


Views: 781 | Rating star | by Ben
Visual Basic - Development

Developing Applications in Windows CE

Developing Applications in Windows CE

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...


Views: 808 | Rating star | by Brad
Visual Basic - Development

Building Base Code

Building Base Code

In this tutorial, we'll look at some of the reasons for using base code and some of the techniques that can be applied to creating your own...


Views: 787 | Rating star | by Nick
Visual Basic - Development

Programming on Purpose

Programming on Purpose

This tutorial is about detailed design. To illustrate the kinds of things you need to think about when designing an application, we'll be...


Views: 784 | Rating star | by Nick
Visual Basic - Development

Reusability of Coding

Reusability of Coding

Reusability, as its name suggests, is the ability of something that is designed for a specific purpose to be used in more than just that one...


Views: 779 | Rating star | by Donald
Visual Basic - Development

How to Open a New Form with the Press of a Button

How to Open a New Form with the Press of a Button

Having a program with everything on one form would be extremely cluttered, that is why most programs are split into many different forms and...


Views: 795 | Rating star | by Jarry
Visual Basic - Development

Inserting Data Into a MySQL Database using PHP

Inserting Data Into a MySQL Database using PHP

This tutorial is a continuation on the “How to Access a MySQL Database Using PHP” tutorial that showed you how to setup a database using...


Views: 775 | Rating star | by David
Visual Basic - Development

How to create custom progress bar using Visual Basic

How to create custom progress bar using Visual Basic

Tutorial describes how to create lightweight customizable progress bar for your Visual Basic applications.


Views: 817 | Rating star | by Ben
Visual Basic - Development