Category: VB.NET
How to create variables in VB.NET

Hello, welcome to studentprojectguide.com . This is a simple program which will explain how to create variables in VB.NET. There are three main types of data types in VB.NET. The three main data types are Integer, Double and string. In VB.NET it works in just 3 steps. First is variable initialization, Second is Declaration, and third is execution. Read more about How to create variables in VB.NET …
If Then Else Statement in VB.NET
How to Add Two Numbers in VB.NET
As the name suggests, how to add two numbers in VB.Net is an application that will allow the user to just enter the numbers to be added and the result will be displayed in just one mouse click. Visual basics dot net is an object oriented programming language which is implemented based on the .NET framework. This programming language is designed to meet the need for the web services and web development. This programming language supports multi threading and also web development services with great ease. It helps in managing the large amounts of data through the web with great ease.

This is the simple program which will explain how to add two numbers in VB.NET. Adding two numbers is not complicated but you have to work in some basic programs. Here we created 3 text boxes. Two text box to enter number 1 and number 2 and 3rd text box to display the total. One button added, Onclick event of the button it displays the sum of number 1 and number 2 in the total text box.
