Welcome to WindowsClient.net | My Blog | Sign in | Join

Windows Client Videos

Browse by Tags

All Tags » Windows Forms videos » Featured Video (RSS)
How Do I: WinForms WPF Integration
In this session Pat Tormey demonstrates How To Add a WPF User Control to an existing WinForm and then How To raise the WPF User Control’s events back up to the parent WinForm. This video and sample code uses Visual Studio 2010 Beta 2. Author: Pat Tormey
How Do I: LINQ with Entity Framework
In this session Pat Tormey introduces LINQ with Entity Framework in a Windows Forms application using VS 2010 beta. Using an Entity Data Access Layer (DAL) to local SQL Express Pat introduces the ability to Filter, Query and Sort using LINQ. Author: Pat...
How Do I: Entity Framework and Windows Forms Using VS 2010 beta
In this session Pat Tormey introduces Entity Framework and Windows Forms using VS 2010 beta. This quick tour show you how to create an Entity Data Access Layer and use it to populate a Datagrid and edit the data. Author: Pat Tormey
How Do I: Use the Windows 7 Taskbar ProgressBar
In this segment Pat Tormey demonstrates How To use the Windows 7 Taskbar ProgressBar while staying compatible with previous Windows versions The ProgressBar allows your application to keep the user notified of changes in state from Errors, warnings, normal...
How Do I: Use JumpLists in Windows 7 Applications
In this session Pat Tormey demonstrates ‘How To’ Use JumpLists in Windows 7 applications. He includes a quick review of what JumpLists are and a short introduction to the Windows API Code Pack then adds a couple of JumpList items to a WinForms application...
How Do I: Use Overlay Icons in Windows 7 applications using the Windows API Codepack and Visual Studio 2010 Beta 2?
In this session Pat Tormey demonstrates ‘How To’ use Overlay Icons in Windows 7 applications using the Windows API Codepack and Visual Studio 2010 Beta 2. Overlay Icons are graphic additions to the existing application Icon shown on the TaskBar or Windows...
How Do I: Use the FileSystemWatcher Class
In this video, Max Adams will introduce the FileSystemWatcher class which provides the functionality needed to monitor changes to a Windows operating system directory. This demo shows how to: Use the FileSystemWatcher Class to monitor events on a particular...
How Do I: Use the Observer Pattern
In this video Pat Tormey shows how to use the Observer Pattern. The Observer Pattern creates a subject that keeps accepts Observers which SubScribe and UnSubscribe to the Subject’s Notify event. In this simple example you’ll see how to create a Form as...
How Do I: Use Linq With Files
In this video Pat Tormey demonstrates ‘How To’ use LINQ with the file system. With a LINQ Query Pat extracts, filters, and sorts the file objects while importing the list into a list based on a custom class in only a couple of lines of code. Author: Pat...
How Do I: Create a Report From a Database?
Visual Studio developers will learn how to build a simple local report showing data from a database using the ReportViewer control in Visual Studio 2008. Author: Boris Scholl
Using the Enterprise Library - Exploring Validation
In this video Pat Tormey digs deeper into Patterns & Practices Enterprise Library version 4.1 exploring Validation. The video walks you through using the attributes technique to validate and using the Enterprise Configuration Manager to edit the App...
WinForms-EnterpriseLibrary
In this video Pat Tormey gets you up and running with Patterns & Practices Enterprise Library version 4.1 The video walks you through installation, setting references, and building your first application using simple validation. Look for more Enterprise...
WinForms-FormToForm Using Properties
In this video Pat Tormey shows how to send and receive messages between two or more forms using the technique of creating a custom property for the form. As forms are also classes you can add a customer Public Property and use it to send and receive ...
FormToForm Using Parameters
In this video Pat Tormey shows how to send and receive messages between two or more forms using the technique of passing Parameters ‘By Reference’. This is only one of several ways to handle round tripping messages and is part of a mini-series on just...
How Do I: Use the MSChart Control in VS 2008
Pat Tormey shows how to use the new MS Chart Control in Visual Studio 2008 with the .NET Framework 3.5 SP1. Author: Pat Tormey
Next page »