Module 1 - Creating a Simple Windows Forms ApplicationComponents of a Windows Forms User Interface
Event Handling in a Windows Forms Application
Adding and Configuring Windows Forms and Controls
Creating Event Handlers and Monitoring Events
Adding Controls and Handlers at Run Time
Adding a Form Keyboard Handler (if time permits)
Module 2 - Configuring Standard ControlsWindows Forms Controls by Function
Creating the Employee Viewer Form
Creating the Report Generator Form
Creating the ReportGeneratorHelp Form
Module 3 - Building MenusMenus in Windows Forms
Creating and Configuring a MenuStrip Control
Creating and Configuring a ContextMenuStrip Component
Hiding and Disabling a ToolStripMenuItem
Creating and Configuring a ToolStripComboBox
Module 4 - Displaying and Editing Data by Using Data-Bound ControlsBinding Data to a Control
DataGridView Control
Adding a Data Source to a Project
Binding Data to a Control
Creating a Bound Form by Using the BindingSource and BindingNavigator Components
Displaying Data by Using the DataGridView Control
Binding to Data at Run Time
Module 5 - Providing User Assistance and Enhancing UsabilityProviding User Assistance
Implementing Accessibility Features
Implementing Globalization and Localization
Adding and Configuring User Assistance Controls
Running a Procedure at Set Intervals
Displaying Data Source Errors
|
|
Module 6 - Creating Consistent Applications by Using Dialog Boxes and FormsInheritance
Dialog Boxes in a Windows Forms Application
Windows Forms Inheritance
Adding and Configuring Dialog Box Components
Creating a Custom Dialog Box
Implementing Windows Forms Inheritance
Modifying an Existing Form to Inherit from a Base Form
Module 7 - Printing Content and Creating ReportsPrinting in a Windows Forms Application
Reporting in a Windows Forms Application
Adding Print Capability to a Windows Forms Application
Implementing Reporting by Using the CrystalReportViewer Component
Module 8 - Performing Asynchronous Tasks by Using the BackgroundWorker ComponentAsynchronous Tasks in Windows Forms Applications
Running and Canceling a Background Process by Using the BackgroundWorker Component
Module 9 - Deploying Applications by Using ClickOnceWindows Forms Application Deployment Options
ClickOnce Technology Overview
Publishing a ClickOnce Application
Installing and Testing a ClickOnce
|