Page 2 - Programming VB.NET
P. 2
Table of Contents
Chapter Contents Page
Chapter 1 Launching Visual Basic .Net
1.1 Visual Studio .NET 2
1.2 How To Start Visual 3
Basic.Net
Chapter 2 Graphical User Interface
2.1 Controls 8
2.2 Design Your First 8
Application
2.3 Menus and Submenus,
Dialog Boxes, Message Box 14
and Input Box
2.4 Apply Menus and
Submenus, Dialog Boxes,
Message Box and Input Box 18
Chapter 3 Variables and Constants
3.1 Variable 34
3.2 Constant 35
3.3 Area Of Circle Application 35
Chapter 4 Control Program Flow
4.1 Control Structure 40
4.2 Types Of Selection 41
4.3 Types Of Loop 42
4.4 Grading Application 44
Chapter 5 Arrays
5.1 Control Arrays 50
5.2 Array 1D and 2D 53
Application