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: The Visual Basic Design Environment
- What is Visual Basic?
- Graphical Design Environment
- Event-Driven Programming
- Getting Help in Visual Basic
Unit 2: Introduction to Developing Applications
- Creating and Working with Projects
- Working with Forms
- Working with Controls
Unit 3: Programming Fundamentals
- Visual Basic Code
- Working with Objects
- Working with Events
- Using Code Completion Features
- Using Visual Basic's Built-in Features
- Working with Forms