Visual Basic.NET Windows Forms, Controls, Box, Handling

Visual Basic.NET Windows Forms, Controls, Box, Handling

User interacts with the application using well defined user interface. The well defined interface always makes the application user friendly. User can make the data entry using this interface. There are two types of interfaces, namely Character User Interface (CUI) and Graphical user Interface (GUI). In CUI, user has to remember all the commands for … Read more

Visual Basic.NET Control Structures, Arrays, Functions

Visual Basic.NET Control Structures, Arrays, Functions

Control Structures For efficient programming, we need the control structures in visual basic.net. Generally program executes the statement one after another. These are used to change the flow of the execution of statements. They are classified into two groups: Decision Making Statements These are also called as conditional statements. According to value of the variable, … Read more

Visual Basic.NET Introduction, Features, Data Types, Variables, Operators

Visual Basic.NET Introduction, Features, Data Types, Variables, Operators

Introduction To Visual Basic.NET It is a GUI environment used to create a different kind of applications. It is the improved version of Visual Basic 6 with the enhanced features to support the current demand for developing the application. It inherits the capability of rapid application development from its earlier versions and includes the object … Read more