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

Windows Client Videos

October 2009 - Posts

How Do I: Use CollectionViews to Sort and Filter Data

Like Dataviews, CollectionViews can be used to sort and filter data without having to change the underlying default view of the data. In this video, Todd Miranda demonstrates how to use CollectionViews to sort and filter data.

 Author: Todd Miranda

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 directory
  • Use filtering to monitor specific files or types of files
  • Use NotifyEvents to monitor only specific types of events

Author: Max Adams

How Do I: Control Item Activation By Data Validation?

Being able to better control access to functionality within a UI is part of better UI design. In this video, Todd Miranda demonstrates how to enable or disable UI functionality based on the validation of data.

Author: Todd Miranda 

 

How Do I: Animate an Effect in WPF?

WPF effects can be used to create certain graphical effects in your UI. In this video, Todd Miranda demonstrates how to animate these effects.

Author: Todd Miranda