Visual Basic .NET
Airline Reservation System using VB.NET with Source Code
Water Billing System using VB.NET with Source Code
Determine Even or Odd Number in VB.NET Tutorial
Even Numbers are any integer that can be divided exactly by 2. The last digit will be 0, 2, 4, 6, or 8. If it is not an even number, it is called an odd number. The last digit will be 1, 3, 5, 7, or 9.
In this tutorial, we will create a program that can determine a number whether odd or even.
Now, let's start this tutorial!
Creating a Slot Machine Program in VB.NET
This is my another tutorial in VB.NET. In this tutorial we add three picture boxes, a timer, a button and a label. Set the timer interval to 10, which means the images will refresh every 0.01 second. In the code, we shall introduce four variables m,a, b and c, where m is used to stop the timer and a,b,c are used to generate random images using the syntax Int(1 + Rnd() * 3).
Getting Started
First thing you need to do is Download and Install Microsoft Visual Studio.