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

Articles

Sponsors





  • advertise here

March 2009 - Posts

WPF Tips & Tricks

In this article check out the "How To" guides for implementing commonly requested features which are not available in V1 of the Toolkit components of WPF.

Parallel coordinates in WPF
How to picture a 5-dimensional sphere or a see the correlation of 112-dimensional weather data? The answer was found in 1885 when parallel coordinates were invented and later refined in 1959 through Inselberg. The idea is actually very simple, given some N-dimensional space of data you draw N parallel lines and each line has its own scale. Plot a given data point on these lines by creating a line between the N point of this multi-didmensional point. In this way you get a line per data point and the series of given data points are mapped to a series of lines on the graph.
TreeView in WPF
This tutorial shows you how to create and use a TreeView control available in WPF and XAML.
Windows Presentation Foundation Beginners FAQ
In this article we will go through FAQs from each WPF section. We will start first with understanding why WPF and later we will create a small sample hello world project for WPF which will make us understand WPF much better.
Two-Way Databinding in WPF
This article kick starts your two way data-binding model in WPF.
WPF Controls, Layout panels and Graphics primitives
In this article you will learn how to use Controls, Layout Panels and Graphics primitives in WPF.
Programming Speech in WPF - Speech Synthesis
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 and .NET 3.5.
Demonstration of ListView Contents in WPF
This article shows you how to create a ListView control that uses the GridView view mode to display the contents.