Explain the function of each element in the Visual Basic interface. Design forms to meet program needs. Set the properties of forms and controls. Attach code to forms and controls. Define a method and use methods in program code. Define a variable, explain the concept of variable scope, and use variables in program code. Explain the importance of data types and how they are used in program code. Describe when and how constants can be used in a program. Create an array. Define a procedure and use procedures in program code. Create a standard module. Define a function and use functions in program code. Use conditional structures and looping structures to enable a program to respond to different conditions. Implement controls and functions that promote program usability and reduce the chance of user error
Unit 1: Variables, Procedures, and Functions
- Variables
- Procedures
- Standard Modules
- Functions
Unit 2: Control-of-Flow Language
- Conditional Structures
- Looping Structures
Unit 3: User Interaction
- Controls
- Control Arrays
- String Manipulation Functions
- Input Validation