
General VB Programming
These are the tutorials that explain some of the basics of Visual Basic. They are meant for the beginner, who has (almost) no programming experience. The one at top is the most simple, the one below the most difficult, so I recommend starting above and make your way down. If you've completed these tutorials, you're definitely ready to start with the game-programming tutorials.
How to make commandbuttons
This is a tutorial that
explains how to make and use command-buttons, an essential thing
in Visual Basic.
How do I use timers?
A small tutorial that explains how you can use timers.
How to use the mouse in your Visual Basic
application
This tutorial explains how
to get the mouseposition and how to use the different
mousebuttons.
How do I work with arrays?
A small tutorial that
explains how a simple array works and how to use it.
Visual Basic Game Programming
Here are the game-programming tutorials. Just like the general tutorials, the one at top is the easiest tutorial, the one below the hardest, so start with the one at top.
How can I use the keyboard?
This tutorial explains how
you can use the keyboard.
How
do I create a simple AI in my game?
This is a tutorial that
explains how to create a simple AI where the enemy will follow
you and stops when he's near you. I recommend doing the keyboard
tutorial first.
DirectX 7 programming
The basic things for your first Direct Draw
application
In this tutorial I will
explain the basic things you need to know to make your own Direct
Draw application.