Learn how to create a Gaussian Blur effect on images using your VB.NET program.

Learn how to create a Gaussian Blur effect on images using your VB.NET program.
The very first thing you need to learn when creating a game is how to make objects move. Hannes du Preez shows you how to not only make objects move, but also how to determine when they collide.
Hannes du Preez demonstrates how easy it is to work with threads in your VB.NET applications.
Learn how to work with XML files with VB.NET by creating an XML file, adding nodes and elements onto it, and then removing the nodes and elements.
A Generic List represents a strongly typed list of objects that can be accessed by an index. Read on to learn more about Generic Lists and how to use them productively in Visual Basic. NET.
Hannes du Preez explains what delegates are and how to use them to call managed and unmanaged code in VB.NET.