The final installment of our Slot Game series shows you how to build in a way to win or lose. We will also add some effects for when a win takes place.


The final installment of our Slot Game series shows you how to build in a way to win or lose. We will also add some effects for when a win takes place.

This installment of Creating a Video Slot game with VB.NET shows you how to determine whether or not three pictures form part of a winning line, how to enable the facility to enter an amount of credits, and how to track them during gameplay.

Hannes du Preez take you through the steps to create a video slot game in VB.NET.

Apart from Hashtables, queues and stacks are probably the most common Collection classes. This article explains the ins and outs of queues and stacks.
There are millions of Namespaces in the .NET Framework. Coming from a VB 6 background, I was accustomed to arrays and arrays only. Luckily all has changed with .NET, in that the .NET Framework supports Collections, which as its name implies, is a collection of objects that you can store in a certain manner.
For some reason, setting file associations is still somewhat of a mystery to many a developer. Hannes du Preez shows you how to create an installer package to do it for you!
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

The final installment of our Slot Game series shows you how to build in a way to win or lose. We will also add some effects for when a win takes place.

Microsoft Azure offers two queuing options: Azure Queues and Azure Service Bus. The first step to understanding Service Bus Sessions, an advanced feature of Service Bus, is understanding the need.