Tag: VB .NET

Constants in VB .NET

Sometime we want to use fixed value for specified variable. For this purpose we can use constants in VB .NET as follows: Const MAX_STUDENTS As...

Program Structure of Visual Basic .NET

Here is the basic structure of Visual Basic .NET program structure: Imports System Namespace Hello Class HelloWorld Overloads Shared Sub Main(ByVal args() As String) Dim...