Program Outline
Module 1: Introducing Windows Forms
Take a closer look:
Download Sample Module 1 (Portable Document Format 1.24 MB).
This module introduces Windows forms and controls in the .NET Framework. Students will learn how to create and populate base forms and inherited forms by using the Microsoft Visual Studio .NET Framework. They will also learn how to add controls to a form and how to create Multiple Document Interface (MDI) applications.
Lessons
Creating a FormAdding Controls to a FormCreating an Inherited FormOrganizing Controls on a FormCreating MDI ApplicationsLab 1.1: Creating Windows Forms
Creating a New Windows FormInheriting a New Form from an Existing Windows FormAfter completing this module students will be able to:
Create a form and add controls to it.Create an inherited form by using Visual Inheritance.Organize controls on a form.Create Multiple Document Interface (MDI) applications.
Module 2: Working With Controls
Take a closer look:
Download Sample Module 2 (Portable Document Format 1.23 MB).
This module explains how to create event procedures (handlers) in your application that will run in response to user actions. Students will learn how to add programming logic to the event procedures of a control how to use the Windows Forms intrinsic controls dialog boxes and menus and how to validate the data entered by users of your application.
Lessons
Creating an Event Handler for a ControlUsing Windows Forms ControlsUsing Dialog Boxes in a Windows Forms ApplicationAdding Controls at Run TimeCreating MenusValidating User InputLab 2.1: Working with Controls
Creating and Using ControlsAfter completing this module students will be able to:
Create an event handler for a control.Select and use the appropriate controls in a Windows Forms application.Use dialog boxes in a Windows Forms application.Add controls to a form at run time.Create and use menus in a Windows Forms application.Validate user input in a Windows Forms application.
Module 3: Building Controls
This module explains how to extend the functionality of an existing Windows control combine multiple existing controls into a composite control and build a new custom control. Students will also learn how to add design-time licensing support to a control.
Lessons
Extending and Creating ControlsAdding Design-Time Support for ControlsLicensing a ControlLab 3.1: Building Controls
Declare an Event and Raising It from an Extended ControlCreating a Composite ControlAdding Design-Time SupportAfter completing this module students will be able to:
Extend an existing control.Create a composite control by combining functionality of several existing Windows Forms controls.Describe the design-time support options for components provided by Visual Studio .NET.Add attributes that provide information to the Visual Designer.Create and validate licenses for controls.
Module 4: Using Data in Windows Forms Applications
This module explains how to bind Windows forms to various data sources by using ADO .NET. Students will learn about binding Windows forms to data from sources such as databases and XML files. Students will get an overview of the XML Web services programming model and learn how to create applications that use XML Web services. The module also provides an overview of how to persist data to and read data from files and isolated storage.
Lessons
Adding ADO.NET Objects to and Configuring ADO.NET Objects in a Windows Forms ApplicationAccessing and Modifying Data by Using DataSetsBinding Data to ControlsOverview of XML Web ServicesCreating a Simple XML Web Services ClientPersisting DataLab 4.1: Accessing Data with ADO.NET
Generating and Populating DataSetsModifying a DataSetUpdating a DataSet to a DataSourceBinding and Formatting Data in ControlsLab 4.2: Calling an XML Web Service
Calling an XML Web ServiceAfter completing this module students will be able to:
Describe the objects in the ADO.NET object model.Add and configure ADO.NET objects in a Windows Forms application.Access and modify data from a database by using DataSets.Bind data to controls.Describe the XML Web services model and the roles of HTML SOAP and XML in the XML Web services model.Create and test a simple XML Web service client application.Persist data to files serialize objects use isolated storage and persist application settings.
Module 5: Interoperating with Managed Objects
This module explains how to use .NET and COM components in a Windows Forms application. Students will also learn how to call Win32 APIs in their Windows Forms application.
Lessons
Using .NET and COM Components in a Windows Forms ApplicationCalling Win32 APIs from Windows Forms ApplicationsUpgrading Visual Basic 6.0 Applications to Visual Basic .NETLab 5.1: Interoperating with COM and Calling Win32 APIs
Using a COM Component in a .NET-Based ApplicationCalling Win32 APIs from a .NET-Based ApplicationAfter completing this module students will be able to:
Use .NET and COM components in a Microsoft .NET Framework Windows Forms application.Call Win32 APIs from a Windows Forms application.Upgrade Visual Basic 6.0 applications to Visual Basic .NET.
Module 6: Printing and Reporting in Windows Forms Applications
This module explores how to implement printing in a Windows Forms application and how to create reports in a Windows Forms application by using Crystal Reports for Visual Studio .NET.
Lessons
Printing From a Windows Forms ApplicationUsing the Print Preview Page Setup and Print DialogsConstructing Print Document Content by Using GDI+Creating Reports by Using Crystal ReportsLab 6.1: Printing Formatted Documents
Adding Print Support to an ApplicationCreating Printed Output by Using GDI+After completing this module students will be able to:
Print documents in a Windows Forms application.Use the Visual Studio .NET printing dialog boxes in a Windows Forms application.Use GDI+ to construct print document content.Create and format reports by using Crystal Reports.
Module 7: Asynchronous Programming
This module explains how to use the techniques of asynchronous programming and multithreading to avoid blocking the user interface of an application.
Lessons
The .NET Asynchronous Programming ModelThe Asynchronous Programming Model Design PatternHow to Make Asynchronous Calls to Any MethodHelpting to Protect State and Data in a Multithreaded EnvironmentLab 7.1: Making Asynchronous Calls to an XML Web Service
Converting Synchronous Calls to Asynchronous CallsAfter completing this module students will be able to:
Describe the .NET Framework asynchronous programming model.Modify a client application to use built-in .NET Framework support for asynchronous calls to methods.Describe how to add explicit support for asynchronous calls to any method.
Module 8: Enhancing the Usability of Applications
This module covers how to use the accessibility Help and localization features available in the .NET Framework.
Lessons
Adding Accessibility FeaturesAdding Help to an ApplicationLocalizing an ApplicationLab 8.1: Enhancing the Usability of an Application
Adding Support for AccessibilityAdding Help to an ApplicationAdding ToolTips to an ApplicationLocalizing the User Interface of an ApplicationLocalizing Resources in an ApplicationAfter completing this module students will be able to:
Use .NET Framework features to add and enable accessibility features in an application.Add support for context-sensitive Help Help menus and ToolTips to an application.Use localization properties and resource files to create a localized version of a .NET Framework Windows Forms application.
Module 9: Deploying Windows Forms Applications
This module explains assemblies and how to use strong-named assemblies and the Global Assembly Cache (GAC) in the .NET Framework. Students will also learn how to configure and deploy .NET-based applications.
Lessons
.NET AssembliesDeploying Windows Forms ApplicationsLab 9.1: Deploying an Application
Building and Referencing a Strong-Named AssemblyInstalling a Strong-Named Assembly into the Global Assembly CacheDeploying a .NET ApplicationUsing an Application Configuration FileAfter completing this module students will be able to:
Use strong-named assemblies in .NET applications.Use application configuration files to configure and use Microsoft Windows Installer 2.0 to package and deploy .NET applications.
Module 10: Securing Windows Forms Applications
This module explains the .NET Framework security model. Students will learn how to use .NET Framework security features in Windows Forms applications.
Lessons
Security in the .NET FrameworkUsing Code Access SecurityUsing Role-Based SecurityLab 10.1: Adding and Testing Permission Requests
Adding and Testing Permission RequestsAfter completing this module students will be able to:
Describe the .NET Framework security model.Use code access security to help protect an application.Use role-based security to help control access to an application.Related Exams
This course helps you prepare for the following Microsoft Certified Professional exam:
Exam 70-306:
Developing and Implementing Windows-based Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET
Student Pre-Requisites
The course assumes that students have the following skills:
Understanding of Visual Basic programmingExperience building applicationsThe following prerequisites are recommended for this course:
Course 2559A—Introduction to Visual Basic .NET programming
Or
Equivalent knowledge
Student Materials
The student kit includes a comprehensive workbook and other necessary materials for this class.
Program Goals
After completing this course students will be able to:
Create and populate Windows Forms.Organize controls on Windows Forms.Create menus in a Windows Forms application.Add code to form and control event procedures in a Windows Forms application.Create Multiple Document Interface (MDI) applications.Use dialog boxes in Windows Forms applications.Validate user input in a Windows Forms application.Create and use user controls in a Windows Forms application.Create licenses for controls.Bind Windows Forms applications to various data sources by using Microsoft ADO.NET.Consume XML Web services from Windows Forms applications.Use .NET and COM components in a Windows Forms application.Call Microsoft Win32 APIs from a Windows Forms application.Migrate Visual Basic 6.0 applications to Visual Basic .NET.Print documents in a Windows Forms application.Make asynchronous calls to methods from a Windows Forms application.Debug a Windows Forms application.Incorporate accessibility features in a Windows Forms application.Localize a Windows Forms application.Add support for Help to localize a Windows Forms application.Create Help files in a Windows Forms application.Deploy a Windows Forms application.Implement code access and role-based security in a Windows Forms application.Add deployment flexibility to applications by using shared assemblies.