Visual Basic 2005 Foundations
o Introduction to Visual Basic 2005
o Visual Basic 2005 Installation & IDE
o Working with Console Applications
Visual Basic 2005 Programming Basics
o Variable Declaration & Assignment
o Arrays Declaration
o Interacting with Array Elements
o If Statements and Select Case Statements
o Do, While and For Loops
o Subroutines and Functions
o Passing Arguments to Subprograms
Visual Basic 2005 Windows Applications
o Introduction to Windows Applications
o Building Windows Forms
o Saving & Running the Application
o Publishing the Application
Windows Form Controls
o Working Text & Label Controls
o Working with Button & List Controls
o Using Windows Dialog Components
o Using the TreeView Control
o Using the ListView Control
Working with Visual Basic 2005 Menus
o Using the MenuStrip Control
o Using the ContextMenuStrip Control
o Assigning Menus to Forms
The Visual Basic 2005 My Object
o Using the My.Application Object
o Using the My.Forms Object
o Using the My.Computer Object
Working with Characters and Strings
o Using the Char structure
o Using the String class
o Using the StringBuilder Class
Introducing Application Errors
o Compile-time errors
o Runtime errors
o Logic errors
o Exceptions & Debugging