Control Flow Statement allows us to regulate the flow of our program's execution. Using control structures, we can write Visual Basic code that makes decisions or that repeats actions.
In this “The VB.NET Control Flow Statements – Visual Programming” you will learn about the following topics:
- Introduction to Control Flow Statement
- Conditional/Decision Statements
- If…Then Statement
- If…Then…Else Statement
- If…Then…Else If…Then…Else Statement
- Nested If…Then…Else Statement
- Select Case Statement
- Iteration Statements
- Do Loop
- 'Do While' Loop, 'Do Until' Loop, Do Loop While, Do Loop Until
- For…Next Loop
- For Each…Next Loop
- While Loop
- With…End With Loop
- Nested Loops
- Nested For Loop, Nested While Loop, Nested Do...While Loop
- Jump Statements
- Exit Statement
- Continue Statement
- GoTo Statement
- InputBox and MsgBox
==== Point to Note ====
If you like to contribute, you can mail us BCA Notes, BCA Question Collections, BCA Related Information, and Latest Technology Information at [email protected].
See your article appearing on BCA Notes (Pokhara University) main page with your designation and help other BCA Students to excel.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
BCA 4th Semester Visual Basic Programming Notes Pdf:
- Unit I: Introduction To .NET
- Unit II: The VB.NET Basic
- Unit IV: The VB.NET Procedure Function Exception Hanlding
- Unit V: The VB.NET Object Oriented Programming
- Unit VI: The VB.NET Forms and User Interface Elements
- Unit VII: The VB.NET Graphics and File Operations
- Unit VIII: Database Programming with ADO.NET
0 Comments