Welcome to WindowsClient.net | Sign in | Join

WPF Videos

The Microsoft Windows Presentation Foundation (WPF) provides the foundation for building applications and high fidelity experiences in Windows Vista, blending together application UI, documents, and media content, while exploiting the full power of your computer. These video training sessions provide some great launch points to creating your own WPF applications.

Apply Styles in WPF

(12 minutes, 40 seconds)

Create and Browse Loose XAML Files

(8 minutes, 20 seconds)

WPF Navigation Application

(11 minutes, 13 seconds)

Create Gadget Style Windows in WPF

(7 minutes, 37 seconds)

Accessing Command Line Parameters

(6 minutes, 13 seconds)

How to Use Isolated Storage

(10 minutes, 38 seconds)

Build a Standard WPF Application

(8 minutes, 25 seconds)

Featured Item

Latest Comments

re: How Do I: Use Resource Files for Localization both in XAML and Code

Excellent, works a treat, thank you John.

re: How Do I: Use the FileSystemWatcher Class

I downloaded C# sample code but after unzip folder understand the C# sample was like the VB sample code ! please insert correct c# sample here !

re: How Do I: WinForms WPF Integration

Nice!

re: How Do I: Connect to a Database?

Great video, but you mention a previous video, but it isn't clear from the page at windowsclient.net/.../videos.aspx what order these videos are supposed to be watched in. Is there another page that lists the videos in some organized manner?

re: How Do I: Use Resource Files for Localization both in XAML and Code

Jayesh, Mike is correct try the following: In the code behind file change InitializeComponent(); Thread.CurrentThread.CurrentUICulture = new CultureInfo("es-ES"); to Thread.CurrentThread.CurrentUICulture = new CultureInfo("es-ES");

Featured Developer Books

Microsoft Communities