| Title | Author | Date | Description |
| Fart Sniffer | Created by: X | 4/18/2006 | Walks you through creating a number of flies that will fallow a scent trail, that you draw on the screen using the mouse. |
| VB.NET Mesh Tutorial | Matthew Campbell | 12/13/2005 | Initialize Direct3D 9, create a main loop, load a mesh file and display it. |
| Using Zip Files In VB Part 1 | Eric Coleman | 5/23/2005 | Part 1 of a 3 part series. This tutorial shows how to create a VB compatible DLL in C by using the free source code to the zlib library. |
| Playing Music in Managed DirectX 9 | Lachlan Purdy | 2/26/2005 | This tutorial covers the basics of playing mp3's and MIDI files with Managed DirectX. |
| Managed DirectDraw 9 Basics | Lachlan Purdy | 1/19/2005 | This tutorial will show you how to display a simple sprite with DirectDraw. This will be a full screen application, and I will show you how to deal with Device loss. |
| Basic Particle System in Visual Basic 6 | Daniel Marton Story | 12/2/2004 | Learn the basics of creating a particle system for your game. |
| Custom Resource Files Using Property Bags | Anders Nissen | 10/11/2004 | Learn how to take advantage of Visual Basic's property bags to save and retrive any type of data! |
| BitBlt and GDI32 for the Thick Headed | Timothy Patrick | 4/18/2004 | A revised version of the most popular BitBlt tutorial on Planet Source Code. If you're just getting into game/graphics programming, this is for you! |
| Get Input - Keyboard | Gregory English | 12/8/2003 | Get familiar with the basics of DirectInput by reading this tutorial on how to Get Input with your Keyboard. Grasp the basic concepts of setting up DirectInput, creating the Keyboard Device, and retrieving two types of data along with a nice sample class! |
| Working With Vertices | Jason Zurowski | 11/23/2003 | Explains how to us vertices to create simple meshes with VB.NET. |
| Texture Resource Manangement | Harry | 11/22/2003 | A tutorial on managing textures and optimizing memory usage. |
| Simple Direct3D Initialization | Jason Zurowski | 11/21/2003 | Shows you how to create a simple Direct3D skeleton application in VB.NET. |
| Interfacing Visual Basic And C++ | Nicholas Skapura | 3/4/2002 | Creating C++ DLL for use in VB. |
| Nitro for VB | Torsten Damberg | 5/11/2000 | This may seem a funny article to be placing on a VB Gaming Site. "How to create a C++ COM dll to use with VB". Well basically, we know there are limits to VB's power, and sometimes it needs a little hand, and heres a good way of doing it. |
| Bitmap File Format | Ryan Clark | 1/19/2000 | Ever wanted to know how to read data directly from a BMP file for manipulating? Well here's how. |
| Isometric Tiles | Adam Hoult | 1/17/2000 | Shows you how to create a program to rotate all your tiles to an isometric perspective without having to go through the hell of using 3d packages. |