Browse by Tags
All Tags »
WPF (
RSS)
Speech Synthesis also known as text-to-speech of SAPI, is a process of converting text to speech. This tutorial shows how to build speech enabled applications in WPF, XAML, and VB.NET.
When you try to understand the performance characteristics of a Windows Presentation Foundation (WPF) application, one useful feature to take advantage of is Event Tracing for Windows (ETW). By default, WPF emits an array of interesting events that can...
The WPFPerf tool comprises of a suite of performance profiling tools that allow you to analyze the run-time behavior of your WPF application and point to potential performance bottlenecks.
Joe Castro shows how to wrap WPF windows in custom chrome.
.NET 3.5 SP1 is here! It's time to break out your DirectX skills. This article provides the information necessary to get started using a new DirectX interop feature in WPF called D3DImage.
Rudi Grobler shows how to use the new WPF DataGrid.
Mahesh Chand shows how to use an ADO.NET DataSet to get data from a database and bind it to a WPF ListBox control.
This document has been written to explain the current issues with small text rendering, give insight as to how WPF text rendering works and provide some basic workarounds to optimize small text rendering quality in currently released WPF versions.
Raj Beniwal shows how to extract data from a database and show it in a WPF ListView control.
S. Somasegar introduces the latest edition of Microsoft's "Composite Application Guidance for WPF". Within the package you will find a reference implementation, a composite application library for WPF, Quickstart guides, a Hands-On Lab,...
Glenn Block provides a high-level overview of the Microsoft's "Composite Application Guidance for WPF" and the development challenges it addresses. This topic describes some of the problems you might encounter when building complex WPF client...
Josh Smith covers a wide range of data binding techniques that real world applications use all the time, from working with hierarchical data sources to input validation. It even has a Virtual Lab, so you can work with the source code while reading the...
Kevin McNeish shows how to recreate the iPhone interface using Windows Presentation Foundation (WPF), Visual Studio 2008, and Expression Blend.
Sacha Barber explains how to simplify the WPF validation process.
Each control in WPF has a Tooltip property that can be accessed through XAML or code behind. In this article Mahesh Chand shows how to create a fancy tooltip in XAML and WPF.
Next page »