All-In-One WPF Code Samples
Windows Presentation Foundation (WPF) provides developers with a unified programming model for building rich Windows smart client user experiences that incorporate UI, media, and documents. The All-In-One WPF code samples demonstrate the typical programming topics about WPF. These topics are either frequently asked in MSDN forums and Microsoft Support, or are requested by many developers via our code sample request function. We want to alleviate the frustration felt by developers when they are developing WPF projects.
Visual Studio 2008 Code Samples
Sample | Description | Download | ReadMe |
CSWPFAnimatedImage | The WPF code sample demonstrates how to display a series of photos just like a digital picture frame with a "Wipe" effect. | Download | ReadMe.txt |
CSWPFAutoCompleteTextBox | The code sample demonstrates an easy implementation of AutoCompleteTextBox in WPF. | Download | ReadMe.txt |
CSWPFCascadeDataGridComboBoxColumns | The code sample demonstrates how to show cascaded data in two combobox controls in DataGrid | Download | ReadMe.txt |
CSWPFClipboardViewer | This code sample demonstrates how to monitor Windows clipboard changes in a WPF application. | Download | ReadMe.txt |
CSWPFDataBinding | This project demonstrates the basics of Data Binding in WPF. The sample provides both procedural code and XAML code for implementing data binding | Download | ReadMe.txt |
CSWPFMasterDetailBinding | This sample demonstrates how to implement master/detail data binding in WPF. | Download | ReadMe.txt |
CSWPFMVVMPractice | The code sample demonstrates how to implement the MVVM pattern in a WPF application. | Download | ReadMe.txt |
CSWPFNavigationUsage | The sample demonstrates navigation usages in a WPF application. | Download | ReadMe.txt |
CSWPFPaging | The sample demonstrates how to page data in WPF. | Download | ReadMe.txt |
CSWPFThreading | The code sample project illustrates two WPF threading models. | Download | ReadMe.txt |
CSWPFTwoLevelGrouping | The sample demonstrates how to display two-level grouped data in WPF. | Download | ReadMe.txt |
VBWPFAnimatedImage | The WPF code sample demonstrates how to display a series of photos just like a digital picture frame with a "Wipe" effect. | Download | ReadMe.txt |
VBWPFAutoCompleteTextBox | The code sample demonstrates an easy implementation of AutoCompleteTextBox in WPF. | Download | ReadMe.txt |
VBWPFCascadeDataGridComboBoxColumns | The code sample demonstrates how to show cascaded data in two combobox controls in DataGrid | Download | ReadMe.txt |
VBWPFClipboardViewer | This code sample demonstrates how to monitor Windows clipboard changes in a WPF application. | Download | ReadMe.txt |
VBWPFDataBinding | This project demonstrates the basics of Data Binding in WPF. The sample provides both procedural code and XAML code for implementing data binding | Download | ReadMe.txt |
VBWPFMasterDetailBinding | This sample demonstrates how to implement master/detail data binding in WPF. | Download | ReadMe.txt |
VBWPFPaging | The sample demonstrates how to page data in WPF. | Download | ReadMe.txt |
VBWPFThreading | The code sample project illustrates two WPF threading models. | Download | ReadMe.txt |
VBWPFTwoLevelGrouping | The sample demonstrates how to display two-level grouped data in WPF. | Download | ReadMe.txt |
Visual Studio 2010 Code Samples
Sample | Description | Download | ReadMe |
CSWPF3DMultiTouch | The code sample demonstrates using WPF 4's support of multi-touch events to manipulate a 3D scene. | Download | ReadMe.txt |
CSWPFCascadeDataGridComboBoxColumns | The code sample demonstrates how to show cascaded data in two combobox controls in DataGrid | Download | ReadMe.txt |
VBWPF3DMultiTouch | The code sample demonstrates using WPF 4's support of multi-touch events to manipulate a 3D scene. | Download | ReadMe.txt |
VBWPFCascadeDataGridComboBoxColumns | The code sample demonstrates how to show cascaded data in two combobox controls in DataGrid | Download | ReadMe.txt |
VBWPFMVVMPractice | The code sample demonstrates how to implement the MVVM pattern in a WPF application. | Download | ReadMe.txt |
Download all code samples: http://1code.codeplex.com/releases
No comments:
Post a Comment