| |
| |
| |
Course Content of 'VB.Net' Language |
| |
 |
| |
| |
1. Starting a Visual Basic.NET Program |
2. Visual Basic.NET Variables and Operators |
| |
|
|
| |
|
|
|
| |
|
|
- Using Variables to Store Information
|
| |
- The Visual Studio.NET Tools
|
|
- Setting Aside Space for Variables
|
| |
- The Windows Forms Designer
|
|
- Using Variables in a Program
|
| |
- Running a Visual Basic Program
|
|
- Using a Variable to Store Input
|
| |
|
|
- Using a Variable for Output
|
| |
|
|
- Working with Specific Data Types
|
| |
- Creating the User Interface Setting the Properties
|
|
|
| |
|
|
- Working with Visual Basic
|
| |
|
|
|
| |
|
|
|
| |
- Building an Executable File
|
|
|
| |
- Working with Menus and Dialog Boxes
|
|
|
| |
| |
3. Using Decision Structures |
4. Using Loops and Timers |
| |
|
| |
|
|
|
|
| |
|
- Using Conditional Expressions
|
|
- Creating Complex For-Next Loops
|
| |
|
- If-Then Decision Structures
|
|
|
| |
|
- Using Logical Operators in Conditional Expressions
|
|
|
| |
|
- Select Case Decision Structures
|
|
|
| |
|
- Using Comparison Operators with a Select Case Structure
|
|
|
| |
|
| |
5. Debugging Visual Basic.NET Programs |
6. Trapping Errors Using Structured Error Handling |
| |
|
| |
|
- Finding and Correcting Errors
|
|
- Processing Errors Using Try-Catch
|
| |
|
|
|
- When to Use Error Handlers
|
| |
|
|
|
- Path and Disk Drive Errors
|
| |
|
|
|
- Using the Finally Clause to Perform
|
| |
|
- Tracking Variables by Using a Watch Window
|
|
- Cleanup Tasks More Complex
|
| |
|
|
|
|
| |
|
- Switching to Command Mode in the Command Window
|
|
|
| |
|
|
|
- Specifying a Retry Period
|
| |
|
|
|
- Using Nested Try-Catch Blocks
|
| |
|
|
|
- Comparing Error Handlers with Defensive Programming Techniques
|
| |
|
| |
7. Using Modules and Procedures |
8. Using Arrays and Collections to Manage Data |
| |
|
| |
|
- Working with Standard Modules
|
|
- Working with Arrays of Variables
|
| |
|
- Creating a Standard Module
|
|
|
| |
|
- Working with Public Variables
|
|
- Declaring a Fixed-Size Array
|
| |
|
|
|
- Working with Array Elements
|
| |
|
- Writing Function Procedures
|
|
|
| |
|
|
|
- Preserving Array Contents by Using ReDim Preserve
|
| |
|
- Passing Arguments by Value and by Reference
|
|
- Working with Object Collections
|
| |
|
|
|
- Referencing Objects in a Collection
|
| |
|
|
|
- Writing For Each-Next Loops
|
| |
|
|
|
- Experimenting with Objects in the Controls Collection
|
| |
|
| |
9. Deploying Visual Basic.NET Applications |
10. Managing Windows Forms |
| |
|
| |
|
|
|
- Adding New Forms to a Program
|
| |
|
- Different Ways to Deploy an Application
|
|
|
| |
|
- Creating a Deployment Project
|
|
- Working with Multiple Forms
|
| |
|
- Customizing Your Deployment Options
|
|
- Positioning Forms on the Windows Desktop
|
| |
|
- Building a Deployment Project and Testing Setup
|
|
- Minimising, Maximising, and Restoring Windows
|
| |
|
|
|
- Adding Controls to a Form at Runtime
|
| |
|
|
|
- Organizing Controls on a Form
|
| |
|
|
|
- Specifying the Startup Object
|
| |
|
|
|
|
| |
|
|
|
|