Skip to Content

Training Resources

Current Training Schedule

Class Registration Form

Get Adobe Reader

expand or collapse the menu Accessibility

expand or collapse the menu Web Development

expand or collapse the menu Adobe / Macromedia Web

expand or collapse the menu Programming

expand or collapse the menu Databases

expand or collapse the menu Professional Courses

expand or collapse the menu Adobe

expand or collapse the menu Microsoft SharePoint

expand or collapse the menu Technical

expand or collapse the menu Geographic (GIS)

expand or collapse the menu Microsoft Office

Training Resources

Current Training Schedule

Class Registration Form

Get Adobe Reader

Application Development with VB.NET 2005

5 day course

View Detailed Outline in PDF Format
Get Adobe Reader

In this course you will learn how to use Visual Studio 2005 and VB.NET 2005 to build Windows applications to run on the .NET 2.0 platform.  You will become familiar with the Windows Forms and Windows Forms controls.  You'll learn to access data using ADO.NET and its DataTable, DataReader, DataAdapter, and DataSet classes, and how to take advantage of Visual Studio 2005 data binding features and explore the range of controls and components provided by Visual Studio 2005.  You'll build solid applications using structured exception handling, and debug your applications using Visual Studio 2005 debugging features. Access legacy code in COM components, Win32 APIs using P/Invoke, and remote code in Web Services will all be covered.  We'll discuss how to add professional-looking menus and toolbars using the new ToolStrip controls, and add unprecedented flexibility to your user interfaces using the new container controls, as well as how to deploy and maintain your application easier than ever before by taking advantage of Click-Once deployment.

Course Topics:

(for a full detailed outline, visit our PDF link above)

Introduction to Windows Forms

  • .NET Does Windows
  • Adding Controls to a Form and Peeking Behind
  • Adding Event Handling Code
  • Adding a Menu and Non-Graphical Components

Taking Advantage of the Form Event Model

  • How VB.NET Handles Events
  • Exploring Form and Control Events

Common Windows Forms Controls

  • Label, TextBox, and Button
  • CheckBox and RadioButton
  • ComboBox, ListBox, and CheckedListBox
  • LinkLabel, NumericUpdown, PictureBox, ProgressBar

Exception Handling

  • Perspectives on Exception Handling
  • Getting Started with Exception Handling
  • Catching Specific Exceptions and Raising Errors
  • Running Code Unconditionally
  • Handling Unhandled Exceptions
  • Creating Exception Classes

Working with Strings and Dates

  • Basic .NET Data Types
  • Working with Text: The String Class
  • Working with Dates and Times

Accessing Data

  • Overview of ADO.NET
  • Connecting to Data
  • Executing Commands and Working with Data
  • Choosing an ADO.NET Provider

Data Binding Techniques

  • Creating a Data Source
  • Creating Data-Bound Forms, Data Binding Components and Controls
  • Displaying Data from Related Tables
  • Displaying Data from Lookup Tables
  • Adding Search Capabilities to a Form
  • Filtering by Values from a Lookup Table
  • Working with Local Data
  • Data Validation

Using the Data Controls

  • Data Controls
  • The BindingNavigator Control
  • The BindingSource Control
  • The DataGridView Control
  • The ReportViewer Control

Handling Input/Output Tasks

  • Introducing the System.IO Namespace
  • Selecting Files
  • Browsing for Folders
  • Handling Path Information
  • Working with Directories and Files
  • Using Stream-Based Objects to Read and Write File Contents

Project Settings in Visual Studio 2005

  • The Project Designer
  • Application Properties
  • Compilation Properties
  • Debugging Properties
  • Project References
  • Project Resources
  • Project Settings

Debugging Your Applications

  • Debugging Applications
  • Setting Breakpoints and Stepping through Code
  • Evaluating Variables and Objects
  • Edit and Continue
  • Debugging Code in Assemblies
  • Tracing and Instrumenting Applications

Container Controls

  • Introducing Container Controls
  • Grouping Controls with the GroupBox Control
  • Introducing the Panel Control
  • Displaying Multiple Panels with the SplitContainer Control
  • Laying Out Panels with the TabControl Control
  • Simple Layout Using the FlowLayoutPanel Control
  • Advanced Layout Using the TableLayoutPanel Control

Menus and Toolbars

  • Introducing the ToolStrips
  • Working with the ToolStrips

Creating MDI Applications

  • MDI Applications
  • MDI Parent and Child Forms
  • Managing Open Windows
  • Managing Menus
  • Working with Open Forms

Complex Windows Forms Controls

  • Introducing Complex Controls
  • NotifyIcon Control
  • WebBrowser Control
  • MaskedTextBox Control
  • RichTextBox Control
  • TreeView and ListView Controls
  • MonthCalendar and DateTimePicker Controls

Creating Custom Controls

  • Control Creation in Windows Forms
  • Inheriting from an Existing Control
  • Drawing Your Own Custom Controls
  • Creating Composite Controls

Working with ToolBox Components

  • Introducing Components
  • FileSystemWatcher Component
  • Process Component
  • EventLog Component

More ToolBox Components

  • Timer Component
  • BackgroundWorker Component
  • PerformanceCounter Component
  • ServiceController Component

Interoperability

  • COM and .NET
  • Calling COM Objects from .NET
  • Calling .NET Assemblies from COM
  • Using Platform Invoke
  • Web Services

Deploying Applications Using Click-Once

  • ClickOnce Deployment
  • Publishing an Application
  • Setting Publish Options
  • Updating a Deployed Application
  • What Happens When You Publish an Application?
  • What Happens When You Publish an Update to an Application?
  • ClickOnce and Security
  • Using the Deployment API to Manage Updates