AppDev - Technical learning ...in a class by itself
Product Search
Browse Catalog
Training Topics
 Developer
ADO.NET
ASP, ASP.NET
BizTalk Server
HTML
Java, Javascript
MCTS
Office Developer
SharePoint
Silverlight
SQL Server
Visual Basic
Visual C#
Visual Studio .NET
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
Visual Studio 6.0
XML, XSLT
AppDev OnDemand
Training Suites

IT Professional
MCSE, MCSA
Microsoft Windows

End User
Learning Office
Learning Windows
Team Training Solutions
 Overview
KSource Online
Instructor-Led
Blended Learning
Multi-User Licensing
Resources
 Conferences
Free Training
International
About AppDev
 AppDev Experts
Company Profile
Press Releases
Contact Us
Jobs
Testimonials
Privacy Policy
Site Map


Sign-in | New User? Click here to sign up    AppDev Europe (UK)  
  View Cart My Account Customer Service Product Support
AppDev Home Page CD, DVD, Online Learning Team Learning: Online, Classroom ILT Solutions
Ready to Order? Order online, call 1-800-578-2062 or +44(0)1903 740 624 in Europe (UK).    AppDev on Facebook AppDev on YouTube
Visual Basic 2005: Developing Applications Training

Visual Basic 2005: Developing Applications

with Ken Getz and Robert Green

View Course Outline | Print Course Outline (.PDF)

In this course you will learn how to use Visual Studio 2005 and Visual Basic 2005 to build Windows applications to run on the .NET 2.0 platform. More...

Course includes 72+ hours of total training time...

  • 16 modules of training
  • Over 24 hours of media run time
  • Over 1100 pages of printable courseware
  • Step-by-step hands-on-labs
  • Sample code

SPECIAL OFFER: BUY 1 GET 1 FREE TRAINING! Details...
Hurry, offer ends 9/30/2010. Not valid on printed books.

FormatModulesRetail Price
Visual Basic 2005
CD-ROM

 16 CD-ROMs
ZVB05-CD-51

Retail Price: $895.00
40% off price: $537.00

CD-ROM & Books

 16 CD-ROMs + Printed Books
KVB05-CD-51

Retail Price: $1,087.00
40% off price: $729.00

DVD-ROM

 2 DVD-ROMs
ZVB05-DV-51

Retail Price: $895.00
40% off price: $537.00

DVD-ROM & Books

 2 DVD-ROMs + Printed Books
KVB05-DV-51

Retail Price: $1,087.00
40% off price: $729.00

Multi-User LicenseNeed to train multiple users? Call 800-578-2062 to purchase additional user licenses for your AppDev Product.
100% Satisfaction Guaranteed. Details...
This training includes AppDev’s comprehensive courseware in printable .pdf format. Items designated as + Printed Books include a printed copy of the courseware.
Payment also accepted in GBPounds or Euro. Call +44 (0) 1903 740 624 to order.
View the text of AppDev's Single-User License Agreement.
See additional order and shipping information.
Read about Ken Getz and Robert Green.
Save even more on this course when you buy a Training Suite: MCTS: Visual Basic Windows Developer, MCTS: Visual Basic 2005 Windows Developer, Visual Basic 2005 Web/Windows Power Suite, AppDev OnDemand Visual Basic 2005 Windows Developer Library, Windows Developer Using Visual Basic 2005 Select Learning Suite, Windows Developer Using Visual Basic 2005 Core Learning Suite
Course Outline (Outlines are subject to change.)

Visual Basic 2005: Developing Applications

ModulesRun TimePages
1624 hours1100

In this course you will learn how to use Visual Studio 2005 and Visual Basic 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, focusing on new Visual Studio 2005 features. You'll see how to use new .NET 2.0 features like Application events and the My namespace. Access data using ADO.NET and its DataTable, DataReader, DataAdapter, and DataSet classes. Take advantage of new Visual Studio 2005 data binding features, and explore the range of controls and components provided by Visual Studio 2005. Build solid applications using structured exception handling, and debug your applications using new Visual Studio 2005 debugging features. Access legacy code in COM components, Win32 APIs using P/Invoke, and remote code in Web Services. Add professional-looking menus and toolbars using the new ToolStrip controls, and add unprecedented flexibility to your user interfaces using the new container controls. Deploy and maintain your application easier than ever before, taking advantage of Click-Once deployment.

In this course you will...

  • Learn about the new Windows Forms
  • See the new Application Events
  • Write code easier and faster using the My namespace
  • Understand how to trap Windows Forms events
  • Investigate the latest Windows Forms controls
  • Become familiar with intrinsic .NET data types
  • Learn how to access data using ADO.NET
  • Bind controls to data effortlessly using new data binding features
  • Work with the new debugging features
  • Learn how to work with the Windows file system
  • Learn the role of DataSets and DataTables in ADO.NET
  • Understand error handling using Exception objects
  • Learn how to create data-bound applications
  • Create flexible user interfaces using new container controls
  • See how Visual Basic can access COM components
  • Access remote functionality through Web Services
  • Learn to create MDI applications
  • See how to effectively deploy your Visual Basic applications

Introduction to Windows Forms

  • .NET Does Windows
  • Adding Controls to a Form
  • A Peek behind the Scenes
  • Adding Event Handling Code
  • Adding a Menu to the Form
  • Adding Non-Graphical Components

Taking Advantage of the Form Event Model

  • How Visual Basic 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 and ProgressBar

Exception Handling

  • Perspectives on Exception Handling
  • Getting Started with Exception Handling
  • Catching Specific Exceptions
  • 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
  • Working with Data
  • Choosing an ADO.NET Provider

Data Binding Techniques

  • Data Binding Basics
  • 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
  • Data Validation
  • Working with Local Data

Using the Data Controls

  • Data Controls
  • The BindingNavigator Control
  • The BindingSource Component
  • 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

Working with My Namespace

  • The My Namespace
  • My.Application
  • My.Computer
  • My.User
  • My.Forms
  • My.Resources
  • My.Settings
  • My.WebServices

Debugging Your Applications

  • Debugging Applications
  • Setting Breakpoints and Stepping through Code
  • Debugging Code in Assemblies
  • Evaluating Variables and Objects
  • Edit and Continue
  • Tracing 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
  • Timer Component
  • BackgroundWorker Component
  • FileSystemWatcher Component
  • PerformanceCounter Component
  • Process Component
  • ServiceController Component
  • EventLog 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

back to top


Your Instructor

Ken Getz is a Microsoft MVP, nationally renowned speaker and best-selling author who specializes in programming with Visual C# and Visual Basic. He has been working with AppDev for more than 10 years, and is the author and presenter of some of AppDev's most popular courses (click here for list of courses). Ken is a senior consultant with MCW Technologies and the author or co-author of several best-selling books. He is a member of the INETA Speaker Bureau and is a frequent speaker at user groups and at technical conferences worldwide including Tech-Ed, VSLive and DevConnections. Ken is also a technical editor for Advisor Guide to Microsoft Access and Advisor Guide to Microsoft Visual Basic and is a columnist for both CoDe Magazine and MSDN Magazine.

Robert Green is an author and presenter for several of AppDev's popular Visual Studio training courses (click here for a complete list of courses). He is a Microsoft MVP and a senior consultant with MCW Technologies, a Microsoft Certified Partner. Before joining MCW, Robert worked at Microsoft for 8 years, most recently as a Program Manager on the Visual Basic product team. Robert is a member of the INETA Speaker Bureau and has been a frequent speaker at technology conferences, including TechEd, VSLive and DevConnections. His articles have appeared on MSDN, in Advisor publications and more.

back to top



About This Site | Privacy Policy | Site Map
©2010 AppDev Products, LLC. All Rights Reserved. PHONE: 800-578-2062 or 952-943-1363
10250 Valley View Road Suite 120 | Eden Prairie, MN 55344 | FAX: 952-942-8452 | info@appdev.com