Home » VB.NET Basics
6
Conditional Logic
How to use conditional logic in programming
In this chapter, you will learn how to:
- use conditional logic in programming
- handle situations where you need to have specific commands in certain circumstances
- use the If-Then statements
- use the Select Case statements
At the end of this chapter, you will infuse your programming knowledge with your previous knowledge of forms.
In This Chapter:
- Conditional Operators
- Learn to use conditional operators and how to combine them
- If - Then
- Learn how to use If - Then statements
- Select Case
- Working with Select Case statements
- Conditional Logic and User Form
- Using Conditional Logic with the User Form