Search Courses
Dates for this class:
No dates are available for this class.

Course Details    [choose new course]     [printable version]
Visual Basic .NET
Course Number: AP0278
Category: Programming & Dev Tools
Duration: 5.00 days
Outline
  • Unit 1: Introduction to Visual Basic .NET
    • Topic A: Introduction to OOP
    • Topic B: Viewing a sample Visual Basic .NET application

 

  • Unit 2: Creating a Windows based application
    • Topic A: Creating an application
    • Topic B: Working with the windows in the IDE
    • Topic C: Working with solutions

 

  • Unit 3: Working with controls
    • Topic A: Form controls
    • Topic B: Running an application
    • Topic C: Using a timer control

 

  • Unit 4: Designing applications
    • Topic A: Solving a problem
    • Topic B: Planning an OOED application
    • Topic C: Building a user interface

 

  • Unit 5: Developing applications
    • Topic A: Coding an application
    • Topic B: Testing, debugging, and documenting

 

  • Unit 6: Understanding variables and constants
    • Topic A: Variables
    • Topic B: Named constants

 

  • Unit 7: Using variables and constants
    • Topic A: Modifying application code (basic)
    • Topic B: Modifying application code (advanced)

 

  • Unit 8: Selection structures
    • Topic A: The If...Then...Else statement
    • Topic B: Comparison and logical operators

 

  • Unit 9: Using simple selection structures
    • Topic A: GroupBox control, Pmt and MessageBox.Show functions
    • Topic B: KeyPress event and Label TextAlign

 

  • Unit 10: Complex selection structures
    • Topic A: Nested, If/ElseIf/Else, and Case structures
    • Topic B: Using special comparison operators

 

  • Unit 11: Using complex selection structures
    • Topic A: The Math Practice application
    • Topic B: Completing the Math Practice application

 

  • Unit 12: Understanding loops
    • Topic A: The Grade Calculator application
    • Topic B: The repetition structure

 

  • Unit 13: Using repetition structures
    • Topic A: Using collections
    • Topic B: Implementing the Grade Calculator application

 

  • Unit 14: Sub and Function procedures
    • Topic A: Sub procedures
    • Topic B: Function procedures

 

  • Unit 15: List boxes and form instances
    • Topic A: Using list box controls
    • Topic B: Completing a Payroll application

 

  • Unit 16: String manipulation basics
    • Topic A: String manipulation
    • Topic B: Searching strings

 

  • Unit 17: Menus
    • Topic A: Adding the main menu control
    • Topic B: Coding the New Game menu item

 

  • Unit 18: Sequential access file basics
    • Topic A: File types and sequential access files
    • Topic B: Writing to and reading from a file

 

  • Unit 19: DateTimePicker and PrintDocument controls
    • Topic A: The DateTimePicker control
    • Topic B: The PrintDocument control

 

  • Unit 20: Random access file basics
    • Topic A: Understanding random access files
    • Topic B: Working with random access files

 

  • Unit 21: Using random access files
    • Topic A: Adding records to a random access file
    • Topic B: Removing records and printing

 

  • Unit 22: Arrays
    • Topic A: One-dimensional array basics
    • Topic B: Advanced one-dimensional arrays
    • Topic C: Using two-dimensional arrays