﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>WPF Latest Articles</title><link>http://www.c-sharpcorner.com/articles/</link><description>Watch latest articles from WPF</description><copyright>© 1999 - 2012  Mindcracker LLC. All Rights Reserved</copyright><item><title>Create Shapes Dynamically in WPF</title><description>A Shape is a type of UIElement that enables you to draw a shape to the screen. </description><link>http://www.c-sharpcorner.com/UploadFile/47fc0a/create-shapes-dynamically-in-wpf/</link><pubDate>5/15/2013 4:56:11 AM</pubDate><author>Surjeet Yadav</author></item><item><title>Play Video in WPF</title><description>If you have built any video enabled application prior to WPF, you must be familiar with the Windows Media Player ActiveX control. The WPF library provides the MediaElement control that encapsulates Windows Media Player functionality.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/VideoWPF04082007164613PM/VideoWPF.aspx</link><pubDate>4/9/2007 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>How to Use Resources in WPF</title><description>This article will show how to use resources in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/how-to-use-resources-in-wpf/</link><pubDate>6/9/2010 4:38:24 AM</pubDate><author>Raj Kumar</author></item><item><title>MVVM Pattern Using WPF in Visual Studio 2012</title><description>In this article you will learn how to use the MVVM pattern and the use of INotifyPropertyChanged in WPF using Visual Studio 2012.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/mvvm-pattern-using-wpf-in-visual-studio-2012/</link><pubDate>5/5/2013 11:49:33 PM</pubDate><author>Raj Kumar</author></item><item><title>Custom Data Binding, Data Navigation and Data Validation in WPF</title><description>In this article, I will demonstrate data binding in WPF. I will also show how to implement data navigation and data validation in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/custom-data-binding-data-navigation-and-data-validation-in-wpf/</link><pubDate>6/14/2011 12:10:54 AM</pubDate><author>Raj Kumar</author></item><item><title>Building First WPF Application</title><description>In this article we will be familiar with WPF through the first simple example to understand how to create WPF project as well as the tools, regardless of window 1 WPF project. </description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/building-applications-with-wpf-first/</link><pubDate>4/24/2013 7:49:43 AM</pubDate><author>Vo Ducthanh</author></item><item><title>Basic knowledge of WPF: Part 2</title><description>This article is an overview of WPF with topics on Layout and Control, Style, Templates, Text, Images, Video, Audio and Two-dimensional &amp; Three-dimensional graphics.</description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/basic-knowledge-of-wpf-part-2/</link><pubDate>4/23/2013 8:13:33 AM</pubDate><author>Vo Ducthanh</author></item><item><title>Basic Knowledge of WPF: Part 1</title><description>WPF is Microsoft's technology of strong support for a graphical programming interface for Windows-based applications in the .Net platform. </description><link>http://www.c-sharpcorner.com/UploadFile/5ef30d/basic-knowledge-of-wpf-part-1/</link><pubDate>4/23/2013 7:58:54 AM</pubDate><author>Vo Ducthanh</author></item><item><title>Minesweeper in WPF</title><description>This article shows how to use different WPF features to build minesweeper game.</description><link>http://www.c-sharpcorner.com/UploadFile/52f7b2/minesweeper-in-wpf/</link><pubDate>4/6/2013 8:17:38 AM</pubDate><author>ArunKumar Yalamarthy</author></item><item><title>Caliburn Micro and Simple Injector IOC in WPF MVVM: Part I BootStrapper</title><description /><link>http://www.c-sharpcorner.com/UploadFile/vendettamit/caliburn-micro-and-simple-injector-ioc-in-wpf-mvvm-part-i-b/</link><pubDate>4/3/2013 4:41:11 AM</pubDate><author>Amit Choudhary</author></item><item><title>Animation in WPF</title><description>In the following example we will see how to animate the rectangle so that it appears and disappears from view.
</description><link>http://www.c-sharpcorner.com/UploadFile/ashish_2008/animation-in-wpf/</link><pubDate>3/19/2013 7:48:29 AM</pubDate><author>Ashish Shukla</author></item><item><title>Multi Select ComboBox in WPF</title><description>In this article I explain how to create a multi-select combobox User Control step-by-step.</description><link>http://www.c-sharpcorner.com/UploadFile/1a81c5/multi-select-combobox-in-wpf/</link><pubDate>3/18/2013 7:45:07 AM</pubDate><author>Santhosh Kumar Jayaraman</author></item><item><title>Watch a Folder For Updates in WPF C#</title><description>This article describes how to find out process occurring in a folder and do some functions relevant to it.</description><link>http://www.c-sharpcorner.com/UploadFile/ad8d1c/watch-a-folder-for-updation-in-wpf-C-Sharp/</link><pubDate>3/10/2013 9:21:12 AM</pubDate><author>Joseph Thomas</author></item><item><title>MessageBox in WPF</title><description>This article shows how to use a MessageBox control in WPF and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/messagebox-in-wpf/</link><pubDate>8/11/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Voice Calculator in WPF</title><description>In this article, we will create a voice calculator in WPF. </description><link>http://www.c-sharpcorner.com/UploadFile/mahakgupta/voice-calculator-in-wpf/</link><pubDate>2/14/2013 7:27:52 AM</pubDate><author>Mahak Gupta</author></item><item><title>How to Find Control and Its Value From DataGrid in WPF</title><description>In this article I will demonstrate how to find a control and its value from a “DataGrid” in WPF using the WPFToolkit.dll.</description><link>http://www.c-sharpcorner.com/UploadFile/8911c4/how-to-find-control-and-its-value-form-datagrid-in-wpf/</link><pubDate>2/8/2013 7:20:46 AM</pubDate><author>Mahesh Alle</author></item><item><title>How to Create Report (RDLC) in WPF</title><description>In this article we will how to add a RDLC report in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/013102/how-to-create-report-rdlc-in-wpf/</link><pubDate>2/8/2013 6:21:05 AM</pubDate><author>Ck Nitin </author></item><item><title>TreeView and WPF User Control in WPF</title><description>This article demonstrates how to use treeview in wpf and how we can do programming on it. </description><link>http://www.c-sharpcorner.com/UploadFile/17e8f6/treeview-and-wpf-user-control-in-wpf/</link><pubDate>2/7/2013 6:14:28 AM</pubDate><author>Vishal Gilbile</author></item><item><title>Applying DataTemplate on Label Control in WPF</title><description>This article explains what a DataTemplate is and how to use it.</description><link>http://www.c-sharpcorner.com/UploadFile/17e8f6/applying-datatemplate-on-label-control-in-wpf/</link><pubDate>2/4/2013 7:32:43 AM</pubDate><author>Vishal Gilbile</author></item><item><title>Using Windows Control in WPF</title><description>In this section we are going to learn how to use Windows Forms Controls in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/17e8f6/using-windows-control-in-wpf/</link><pubDate>2/4/2013 9:21:54 AM</pubDate><author>Vishal Gilbile</author></item><item><title>Applying Control Template on ComboxItems in WPF</title><description>In WPF, each and every control has a layout or design that is defined by the template applied to it.</description><link>http://www.c-sharpcorner.com/UploadFile/17e8f6/applying-control-template-on-comboxitems-in-wpf/</link><pubDate>2/2/2013 2:57:39 AM</pubDate><author>Vishal Gilbile</author></item><item><title>Programitically Applying Styles In WPF</title><description>Over here we are just going to see how we can apply style programitically on wpf controls.</description><link>http://www.c-sharpcorner.com/UploadFile/17e8f6/programitically-applying-styles-in-wpf/</link><pubDate>1/31/2013 6:27:45 AM</pubDate><author>Vishal Gilbile</author></item><item><title>WormRace Game using WPF and C#</title><description>This article demonstrates how to build WormRace game using WPF animations. </description><link>http://www.c-sharpcorner.com/UploadFile/52f7b2/wormrace-using-wpf-animations/</link><pubDate>1/28/2013 2:39:48 AM</pubDate><author>ArunKumar Yalamarthy</author></item><item><title>Implement Multiple Document Interface (MDI) With Menu Control in WPF</title><description>I went to lot website and not found any article or examples that implement MDI in WPF So I decide to write an article on MDI with menu control in WPF. Hope you like this article.</description><link>http://www.c-sharpcorner.com/UploadFile/8911c4/implement-mdi-multiple-document-interface-with-menu-contro/</link><pubDate>1/28/2013 9:25:26 AM</pubDate><author>Mahesh Alle</author></item><item><title>Ribbon Control in WPF 4.5</title><description>Through-out this article you will learn about Microsoft Ribbon control in Windows Presentation Foundation.</description><link>http://www.c-sharpcorner.com/UploadFile/0b73e1/ribbon-control-in-wpf-4-5/</link><pubDate>1/12/2013 10:54:44 AM</pubDate><author>Vishnujeet Kumar</author></item><item><title>Simple Animation Using WPF</title><description>Here I provide code showing simple animation with the FontSize Property and user defined values.</description><link>http://www.c-sharpcorner.com/UploadFile/ea36c5/simple-animation-using-wpf/</link><pubDate>1/13/2013 7:10:22 AM</pubDate><author>Mayur Dighe</author></item><item><title>WPF ICommand in MVVM</title><description>Commands provide a mechanism for the view to update the model in the MVVM architecture. Commands provide a way to search the element tree for a command handler.</description><link>http://www.c-sharpcorner.com/UploadFile/e06010/wpf-icommand-in-mvvm/</link><pubDate>1/9/2013 7:05:58 AM</pubDate><author>Prabhat Kumar</author></item><item><title>ObservableCollection in WPF</title><description>In this article I will demonstrate how ObservableCollection works in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/e06010/observablecollection-in-wpf/</link><pubDate>1/8/2013 5:26:49 AM</pubDate><author>Prabhat Kumar</author></item><item><title>Styles in WPF</title><description>This article shows you how to apply styles to a control in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/syedshakeer/styles-in-wpf/</link><pubDate>1/31/2011 12:20:55 AM</pubDate><author>Syed Shakeer</author></item><item><title>Control Style in WPF</title><description>Control Styles in WPF are used to share the structure and a reusable format, which we can apply in most of our controls.</description><link>http://www.c-sharpcorner.com/UploadFile/mahakgupta/control-style-in-wpf/</link><pubDate>2/21/2012 6:19:42 AM</pubDate><author>Mahak Gupta</author></item><item><title>Border in WPF</title><description>This article discusses how to use the Border element to place borders around other elements in WPF using XAML.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/border-in-wpf/</link><pubDate>12/17/2009 6:35:03 PM</pubDate><author>Mahesh Chand</author></item><item><title>Bar Chart in WPF</title><description>This article demonstrates how to draw bar charts in WPF and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/bar-chart-in-wpf/</link><pubDate>11/20/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Timer in WPF</title><description>This article demonstrates how to implement timer in WPF using the DispatchTimer class.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/timer-in-wpf/</link><pubDate>9/30/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>WPF AccessText</title><description>This article demonstrates how to use an AccessText control in WPF using XAML and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/wpf-accesstext/</link><pubDate>11/10/2012 10:34:25 PM</pubDate><author>Mahesh Chand</author></item><item><title>WPF Content Controls</title><description>In this article we will try to learn about the Content Controls category in WPF and its usage.</description><link>http://www.c-sharpcorner.com/UploadFile/b9e011/wpf-content-controls/</link><pubDate>10/5/2012 8:06:31 AM</pubDate><author>Kamal Rawat</author></item><item><title>GridView in WPF</title><description>If you are looking for a GridView control in WPF, you will be disappointed. WPF does not have a GridView control. But the good news is you can achieve a GridView like functionality with a ListView control available in WPF. This article demonstrates how to generate a GridView like ListView control in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/gridview-in-wpf/</link><pubDate>11/9/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>WPF Calendar Control</title><description>A Calendar control is used to create a visual calendar that let users pick a date and fire an event on the selection of the date. This article demonstrates how to create and use a Calendar control in WPF using XAML and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/wpf-calendar-control/</link><pubDate>3/4/2010 6:56:02 AM</pubDate><author>Mahesh Chand</author></item><item><title>WPF AutoComplete Folder TextBox</title><description>This article demos how to create a TextBox control that can suggest items at runtime based on input such as disk drive folders on a machine.</description><link>http://www.c-sharpcorner.com/UploadFile/lycj/wpf-autocomplete-folder-textbox/</link><pubDate>12/29/2008 12:00:00 AM</pubDate><author>Leung Yat Chun</author></item><item><title>TextBlock in WPF</title><description>In this article, I discussed how we can create and format text in a TextBlock control available in WPF and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/textblock-in-wpf/</link><pubDate>1/6/2009 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Using StaticResources in WPF</title><description>Here I describe Resource markup extensions.</description><link>http://www.c-sharpcorner.com/UploadFile/jitendra1987/using-staticresources-in-wpf/</link><pubDate>10/26/2010 6:50:37 AM</pubDate><author>Jitendra Sampathirao</author></item><item><title>XML Data Binding in WPF</title><description>This article describes how to bind XML data using a data template in WPF and XAML.  For ease of demonstration, the XML is defined as a resource within the XAML document.</description><link>http://www.c-sharpcorner.com/UploadFile/cook451/XMLDataBinding04102007062916AM/XMLDataBinding.aspx</link><pubDate>4/11/2007 12:00:00 AM</pubDate><author>Doug Cook</author></item><item><title>Introduction, Working and Implementation of WPF Controls</title><description>This article is an introduction, working and implementation for WPF controls.</description><link>http://www.c-sharpcorner.com/UploadFile/b9e011/introduction-working-and-implementation-of-wpf-controls/</link><pubDate>10/2/2012 12:05:15 PM</pubDate><author>Kamal Rawat</author></item><item><title>Introduction to WPF</title><description>In this article we will just go through an introduction to WPF in a nutshell.</description><link>http://www.c-sharpcorner.com/UploadFile/b9e011/introduction-of-wpf/</link><pubDate>9/30/2012 5:55:24 AM</pubDate><author>Kamal Rawat</author></item><item><title>A glance at .NET Framework 3.0</title><description>This article glances on what is new in .NET Framework 3.0 and how this version is different from all previous versions of .NET?</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/DotNetFramework04182007043446AM/DotNetFramework.aspx</link><pubDate>7/17/2007 12:00:00 AM</pubDate><author>Rahul Kumar Saxena</author></item><item><title>Introducing Deep Zoom Composer</title><description>This tutorial is an introduction to the Deep Zoom Composer and how to use it to build zoom and pan enabled Silverlight applications with the help of Expression Blend and Visual Studio 2008.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/introducing-deep-zoom-composer/</link><pubDate>11/19/2008 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Working with WPF Table using XAML - Part I</title><description>In this article, I will use WPF table in XAML format. This one defines a flexible grid area that contains rows and columns. At the contrast of the Grid object witch is defined in the System.Windows.Controls, the table object is defined in the System.Windows.Documents namespace. </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/working-with-wpf-table-using-xaml-part-i/</link><pubDate>8/12/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>WPF Calculator</title><description>The attached source code with this article is a calculator application developed using XAML and WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/wpf-calculator3/</link><pubDate>8/26/2008 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Working with the frame object</title><description>In this article, I will represent the frame object witch is a container control that enables to navigate through internet and display some contents such as an Html page. </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/working-with-the-frame-object/</link><pubDate>8/28/2008 12:00:00 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>WPF TextBox</title><description>This article shows how to use and work with the TextBox control available in WPF and XAML.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/wpf-textbox3/</link><pubDate>8/21/2008 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>TextBox in WPF</title><description>This article demonstrates how to create and use a TextBox control in WPF using XAML and C#. </description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/textbox-in-wpf/</link><pubDate>1/5/2009 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>UniformGrid in WPF</title><description>This article show how to use UniformGrid in WPF(Windows Presentation Foundation).</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/uniformgrid-in-wpf/</link><pubDate>8/20/2008 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Demonstration of ListView Contents in WPF</title><description>This article shows how to create a ListView control that uses a GridView view mode to display the contents.</description><link>http://www.c-sharpcorner.com/UploadFile/prathore/demonstration-of-listview-contents-in-wpf/</link><pubDate>1/14/2009 12:00:00 AM</pubDate><author>Purushottam Rathore</author></item><item><title>Introduction to "Acropolis"</title><description>This article explains about Microsoft code-named Acropolis for creating windows client applications.</description><link>http://www.c-sharpcorner.com/UploadFile/satisharveti/introduction-to-acropolis/</link><pubDate>3/12/2009 12:00:00 AM</pubDate><author>Sateesh Arveti</author></item><item><title>Implementing Inheritance (Base-Class/Derived-Class) model in WPF.</title><description>This article shows how to implement inheritance modal in WPF and a practical scenario to get a feel of concept.</description><link>http://www.c-sharpcorner.com/UploadFile/cordialamit/implementing-inheritance-base-classderived-class-model-in-wpf/</link><pubDate>3/17/2009 12:00:00 AM</pubDate><author>Amit  Tiwari</author></item><item><title>WPF ComboBox doesn't bind correctly - Binding to Nullable Ints </title><description>If you have been working with WPF and have had issues with your ComboBox or any list control binding then you can stop pulling your hair out.  </description><link>http://www.c-sharpcorner.com/UploadFile/jlf0002/WPFComboboxDatabing06062007133824PM/WPFComboboxDatabing.aspx</link><pubDate>6/7/2007 12:00:00 AM</pubDate><author>Justin Finch</author></item><item><title>DrawingBrush in WPF</title><description>Through this article I am going to discuss DrawingBrush in WPF, and its properies and how we can use in our application.</description><link>http://www.c-sharpcorner.com/UploadFile/prathore/drawingbrush-in-wpf/</link><pubDate>2/26/2009 12:00:00 AM</pubDate><author>Purushottam Rathore</author></item><item><title>Cascading Dropdown &amp; Multiselect option in ListBox using WPF</title><description>Many times we come across the situation where we need to populate the dropdowns based on the value of another dropdown or combo. 
</description><link>http://www.c-sharpcorner.com/UploadFile/mail2nil123/cascading-dropdown-multiselect-option-in-listbox-using-wpf/</link><pubDate>5/10/2009 12:00:00 AM</pubDate><author>Niladri Biswas</author></item><item><title>Chapter 2: Programming WPF Applications</title><description>This article describes the framework that WPF offers and also  tells the differences between Browser based and Windows based installed applications.</description><link>http://www.c-sharpcorner.com/UploadFile/prvn_131971/chapter-2-programming-wpf-applications/</link><pubDate>1/9/2008 12:00:00 AM</pubDate><author>Praveen Kumar</author></item><item><title>Creating WPF window's on dedicated threads</title><description>This article gives an insight to creating WPF windows in dedicated threads</description><link>http://www.c-sharpcorner.com/UploadFile/suchit_84/creating-wpf-windows-on-dedicated-threads/</link><pubDate>5/23/2009 12:00:00 AM</pubDate><author>Suchit Khanna</author></item><item><title>Styles in WPF</title><description> This article explains basics of styles in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/anku123/styles-in-wpf/</link><pubDate>8/10/2009 12:00:00 AM</pubDate><author>Anil Veeragandham</author></item><item><title>Loading a text file in a WPF FlowDocumentReader</title><description>In this article, I demonstrate how to load a text file in a FlowDocumentReader available in WPF using C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/loading-a-text-file-in-a-wpf-flowdocumentreader/</link><pubDate>8/12/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Show/Delete/Edit data in WPF DataGrid using LINQ to SQL Classes</title><description>This article will demonstrates how to Show, Delete, and Edit data in WPF Data Grid using LINQ to SQL Data Classes. </description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/showdeleteedit-data-in-wpf-datagrid-using-linq-to-sql-classes/</link><pubDate>10/29/2009 12:00:00 AM</pubDate><author>Raj Kumar</author></item><item><title>Content Alignment in WPF</title><description>This article demonstrates how to align contents of elements in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/content-alignment-in-wpf/</link><pubDate>12/6/2009 12:00:00 AM</pubDate><author>Mahesh Chand</author></item><item><title>Grid in WPF</title><description>In this article, you will learn how to use a WPF Grid Panel using XAML and C#.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/grid-in-wpf/</link><pubDate>12/16/2009 10:06:51 AM</pubDate><author>Mahesh Chand</author></item><item><title>Create Setup and Deployment of WPF Application Step by Step</title><description>In this article we will see how we can create a Setup and Deployment of WPF Application. I would guide you step by step so that you don't miss anything.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/create-setup-and-deployment-of-wpf-application-step-by-step/</link><pubDate>1/6/2010 12:32:03 AM</pubDate><author>Diptimaya Patra</author></item><item><title>WPF OpenFileDialog</title><description>This article will tell you how to use OpenFileDialog using WPF. OpenFileDialog represents a common dialog box that displays the control that allows the user to open a file.</description><link>http://www.c-sharpcorner.com/UploadFile/raj1979/wpf-openfiledialog/</link><pubDate>1/28/2010 4:01:28 PM</pubDate><author>Raj Kumar</author></item><item><title>CRUD Operation on XML DB in WPF Application</title><description>In this article we will see how to perform CRUD operation on an XML database in a WPF application.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/crud-operation-on-xml-db-in-wpf-application/</link><pubDate>12/17/2009 3:06:50 AM</pubDate><author>Diptimaya Patra</author></item><item><title>AutoComplete Textbox in WPF</title><description>This article is a simple approach for achieving AutoComplete for TextBox.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/autocomplete-textbox-in-wpf/</link><pubDate>1/30/2010 1:52:24 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Path in WPF</title><description>A graphics path is a set of connected lines, curves, and other simple graphics objects, including rectangles, ellipses, and text. This article demonstrates how to create and use paths in WPF and XAML.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/path-in-wpf/</link><pubDate>2/3/2010 9:52:37 AM</pubDate><author>Mahesh Chand</author></item><item><title>Polyline in WPF</title><description>A polyline is a collection of connected straight lines. This article demonstrates how to create a polyline in WPF and XAML.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/polyline-in-wpf/</link><pubDate>2/4/2010 8:16:25 AM</pubDate><author>Mahesh Chand</author></item><item><title>Triple DES Encryption and Decryption in WPF</title><description>In this article we will see how a set of data can be encrypted and saved in file and again while reading it should be readable/decrypted based on key.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/triple-des-encryption-and-decryption-in-wpf/</link><pubDate>2/18/2010 1:50:22 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Video Brush in WPF</title><description>This article demonstrates how to implement video brushes in WPF using MediaElement XAML element.</description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/video-brush-in-wpf/</link><pubDate>2/20/2010 3:32:00 PM</pubDate><author>Mahesh Chand</author></item><item><title>Take Screen Shot From Media Element in WPF</title><description>In this article we will see how can we take the screenshot of the Media (Video) we are playing.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/take-screen-shot-from-media-element-in-wpf/</link><pubDate>2/22/2010 5:31:19 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Seek Bar For Media Element in WPF</title><description>In this article we will see how we can add a Seek Bar that will seek to the desired position.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/seek-bar-for-media-element-in-wpf/</link><pubDate>2/22/2010 6:39:23 AM</pubDate><author>Diptimaya Patra</author></item><item><title>A simple concretization of MVVM pattern</title><description>In this article I will show a simple MVVM implementation to help understand this pattern and how to deal with it, first let’s introduce the pattern. </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/a-simple-concretization-of-mvvm-pattern/</link><pubDate>2/24/2010 12:04:54 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Database operations in WPF application</title><description>In this article I demonstrated a small project report on School management System in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/database-operations-in-wpf-application/</link><pubDate>2/25/2010 12:56:10 PM</pubDate><author>Rahul Kumar Saxena</author></item><item><title>Making an Image SlideShow in WPF: Part II</title><description>In part I of this article series we have seen the preview of the application and we created a ListBox that has Customized ItemContainer and ItemPanel. In this article we will see how next and Previous Buttons are added to the ListBox.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/making-an-image-slideshow-in-wpf-part-ii/</link><pubDate>3/5/2010 5:31:33 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Image in Tooltip in WPF</title><description>In this article we will see how we can Bind an Image to the Tooltip of an Image.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/image-in-tooltip-in-wpf/</link><pubDate>3/5/2010 5:28:11 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Hyperlink in WPF</title><description>The Hyperlink element is an inline-level content element that is used to add a hyperlink to a FlowDocument contents. You can add hyperlink support to any Inline element. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/hyperlink-in-wpf/</link><pubDate>3/7/2010 11:10:27 PM</pubDate><author>Mahesh Chand</author></item><item><title>Making an Image SlideShow in WPF: Part IV</title><description>In this article we will see how we can loop through the Image List and display it in ListBox.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/making-an-image-slideshow-in-wpf-part-iv/</link><pubDate>3/7/2010 11:30:44 PM</pubDate><author>Diptimaya Patra</author></item><item><title>Commands in WPF: Part I</title><description>In this article we will see what Commands are and how we can use them in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/commands-in-wpf-part-i/</link><pubDate>3/9/2010 1:36:05 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Commands in WPF: Part II</title><description>In Part I of this article series we have seen the basics of using Commands. In this article we will explore more on that.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/commands-in-wpf-part-ii/</link><pubDate>3/9/2010 5:22:41 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Commands in WPF: Part III</title><description>In Part II of this article series we have seen the concepts of Commands and we experienced Command Binding feature. In this article we will see how Input Binding is helpful.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/commands-in-wpf-part-iii/</link><pubDate>3/9/2010 10:07:38 AM</pubDate><author>Diptimaya Patra</author></item><item><title>WPF CheckBox</title><description>This article demonstrates how to create and use a CheckBox control in WPF with the help of XAML and C#. </description><link>http://www.c-sharpcorner.com/UploadFile/mahesh/wpf-checkbox/</link><pubDate>3/16/2010 8:29:42 AM</pubDate><author>Mahesh Chand</author></item><item><title>Move Up/Down ListBoxItem in ListBox in WPF</title><description>In this article we will see how we can move up/down a ListBoxItem in ListBox.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/move-updown-listboxitem-in-listbox-in-wpf/</link><pubDate>4/3/2010 5:23:29 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Commands in WPF - Part IV</title><description>In Part III of this article series; we have seen how Input Binding is helpful. In this article we will explore on Command Objects and Command Types.
</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/commands-in-wpf-part-iv/</link><pubDate>4/5/2010 3:19:28 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Move Up/Down TreeViewItem in TreeView in WPF</title><description>In this article we will see how we can move up/down a TreeViewItem in TreeView.</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/move-updown-treeviewitem-in-treeview-in-wpf/</link><pubDate>4/5/2010 6:55:49 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Bitmap Effects In WPF - Part II</title><description>In previous article we saw how we can add effects; we experienced Blur and Outer Glow Bitmap effects. In this article we will see rest of the 3 Bitmap Effects.
</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/bitmap-effects-in-wpf-part-ii/</link><pubDate>4/8/2010 5:06:37 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Bitmap Effects In WPF - Part III</title><description>In previous article we saw remaining three effects DropShadow, Bevel and Emboss. In this article we will see how to group effects, and we will see how we can achieve the effects with triggers.
</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/bitmap-effects-in-wpf-part-iii/</link><pubDate>4/8/2010 5:25:59 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Value Converter In WPF - Part I</title><description>In this article series we will see what are Value Converters and how it can be used and usefulness in WPF.
</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/value-converter-in-wpf-part-i/</link><pubDate>4/8/2010 6:20:00 AM</pubDate><author>Diptimaya Patra</author></item><item><title>Customize Expander Control In WPF</title><description>In this article we will see how we can customize expander control in WPF.
</description><link>http://www.c-sharpcorner.com/UploadFile/dpatra/customize-expander-control-in-wpf/</link><pubDate>4/8/2010 7:06:42 AM</pubDate><author>Diptimaya Patra</author></item><item><title>WebBrowser Control in WPF</title><description>In this article, I am going to show how we can use WebBrowser control in WPF application.</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/webbrowser-control-in-wpf/</link><pubDate>4/8/2010 1:32:13 AM</pubDate><author>Rahul Kumar Saxena</author></item><item><title>WPF and user Interactivity experience part II: Attached Property</title><description>In this article, I will show how to profit of the attached property concept to reach the same goal but with more clean and well organized approach. </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/wpf-and-user-interactivity-experience-part-ii-attached-property/</link><pubDate>4/27/2010 1:47:53 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Spell Checker in WPF</title><description>In this article I am going to show how we can check our word spelling in WPF.</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/spell-checker-in-wpf/</link><pubDate>4/27/2010 1:07:23 AM</pubDate><author>Rahul Kumar Saxena</author></item><item><title>Update app.config key value at run time in WPF</title><description>In this article I am going to show how we can update a key value in app.config file in WPF. For this add reference of System.Configuration in your application.</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/update-app-config-key-value-at-run-time-in-wpf/</link><pubDate>5/6/2010 1:10:39 AM</pubDate><author>Rahul Kumar Saxena</author></item><item><title>Masked TextBox In WPF</title><description>In this article I am going to show how we can create a masked textbox in wpf.</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/masked-textbox-in-wpf/</link><pubDate>5/10/2010 6:20:39 AM</pubDate><author>Rahul Kumar Saxena</author></item><item><title>RelativeSources in WPF</title><description>In this article, I will expose the use cases of the RelativeSources in WPF. </description><link>http://www.c-sharpcorner.com/UploadFile/yougerthen/relativesources-in-wpf/</link><pubDate>5/11/2010 4:41:56 AM</pubDate><author>Bechir Bejaoui</author></item><item><title>Scroll Banner or Text in Silverlight</title><description>In this article I am going to show how we can scroll text or banner in silverlight.</description><link>http://www.c-sharpcorner.com/UploadFile/rahul4_saxena/scroll-banner-or-text-in-silverlight/</link><pubDate>5/17/2010 1:31:30 AM</pubDate><author>Rahul Kumar Saxena</author></item><item><title>Multithreading in WPF Part I</title><description>Multithreading means executing more than one code block at a time .</description><link>http://www.c-sharpcorner.com/UploadFile/ashish_2008/multithreading-in-wpf-part-i/</link><pubDate>5/27/2010 11:26:29 PM</pubDate><author>Ashish Shukla</author></item><item><title>Data binding a WPF application using a WCF service</title><description>This article will show how to data bind a WPF application using a WCF service.</description><link>http://www.c-sharpcorner.com/UploadFile/mamta_m/data-binding-a-wpf-application-using-a-wcf-service/</link><pubDate>6/3/2010 2:45:14 AM</pubDate><author>Mamta M</author></item></channel></rss>