vb.net
Creating a Web Browser in VB.NET
Hi! For now, I will post one tutorial for Android and one for VB.NET.
Which browser do you use to surf the Internet? Basically, everyone likes to navigate the Internet using browsers like Firefox, Google Chrome, and more. However, isn’t it cool if you can create your very own web browser that you can customize to your own taste? Yes, you can do that in VB.NET, and pretty easy too. In this lesson, we shall learn how to create a simple web browser and get it running in a few minutes.
Sales and Inventory System using VB.NET and SQL Server with Source Code
Payroll System using VB.NET + MS Access with Source Code
Point of Sale System using VB.NET and Microsoft Access with Source Code
Enrollment System Using VB.Net and MS Access Database with Source Code
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.