Looping Statement Examples

Example : A VB .Net Looping Statement Examples or Program to display all the numbers from 10 to 20 using For Loop through Module via Console Application. Example : A VB .Net Looping Statement Examples or Program to display all the numbers …

Loading

Array Examples in VB .Net

Example : An Array Example in VB .Net or a Program to display only the first and last integer values from a statically stored Array value through a Module via a Console Application. Example : An array Example in VB .Net or a program to display all the integer values in different …

Loading

Console Application Examples

NB : Use the following – (I) To open a fresh Console Application or Module :- Open VB .net application first -File Menu – New – Project – Visual Basic – Console Application – ok. (II) To open a fresh …

Loading

Operators in VB .Net

Operators in VB .Net Introduction Operators are a very important part of VB .Net Programming. Definition An operator is a symbol that performs specific mathematical or logical manipulations on a given operands. Type of Operators in VB .Net VB.Net has …

Loading

Variables, Keywords, and Constants

Variables, Keywords, and Constants in VB .Net Variable Declaration in VB .Net Dim Statement in VB .Net The Dim statement is used in the variable declaration and storage/memory allocation for one or more variables. The Dim statement is used at …

Loading

Basic Program Structure

Basic Program Structure of VB .Net A typical and basic program structure of VB.Net normally consists of the following components:- Namespace (One or more) Comments(one or more – anywhere in the program) A Class or Module Procedures(One or more – …

Loading

Controls or Tools Box

VB controls or Tools Box is essential to building user-friendly and interactive Windows applications. VB controls are typically used to create user interface elements or widgets in applications developed using the Visual Basic (VB) programming language or a related technology. …

Loading

Events Methods and Properties

Events Methods and Properties in VB .Net Common VB .Net Events In Visual Basic .NET (VB.NET), common events refer to the events that are frequently used to respond to user interactions and system notifications in Windows Forms applications. These events …

Loading

Data Types and Access Specifiers

Data Types and Access Specifiers in VB .Net VB .Net Data Types VB .Net has a wide variety of data types which are categorized into the following groups: – (A) Numeric Data Types Data Type Memory Size Consumed (in Bytes) …

Loading