Latest Windows Presentation Foundation stories

INotifyPropertyChanged with Compile Time Checking(www.codecapers.com)

submitted by threenine39threenine39(329) 6 days, 13 hours ago

neat little tips for wpf read more...

add a comment |category: |Views: 153

tags: another

Build a p2p chat application with WPF and ASP.NET Web API(www.strathweb.com)

submitted by fdubfdub(291) 2 months, 3 days ago

Learn how to build a fully functional WPF p2p (peer-to-peer) chat application with ASP.NET Web API and .NET 4.5 read more...

3 comments |category: |Views: 162

tags: another

Fade-Trimming TextBlocks in Silverlight and WPF(blog.hibernatingrhinos.com)

submitted by tom103tom103(161) 2 months, 16 days ago

Samuel Jack describes how to replace ellipsis of long text with a nice fading effect in WPF and Silverlight. read more...

add a comment |category: |Views: 52

tags: another

Microsoft Excel decimal key behavior in WPF(marcelwouters.wordpress.com)

submitted by marcelwoutersmarcelwouters(100) 3 months, 12 days ago

Article which describes how to get the same behavior for the decimal key as in Microsoft Excel for a WPF application. read more...

add a comment |category: |Views: 20

tags: another

Event Handler Memory Leaks, Unwiring Events, and the WeakEventManager(10rem.net)

submitted by dpetersondpeterson(4397) 3 months, 27 days ago

Many developers don't realize that a common source of memory leaks in .NET applications is the event handler. WPF 4.5 includes built-in support for weak events to help us do the right thing and not eat up all the available memory. read more...

add a comment |category: |Views: 139

tags: another

Dynamic Wpf DataGrid Columns using PropertyDescriptors(lucidsnippets.com)

submitted by lucidsnippetslucidsnippets(21) 4 months, 9 days ago

WPF DataGrid control used in combination with custom ObervableCollection<dynamic> implementing ITypedList and providing PropertyDescriptors which enables adding columns dynamically at runtime. Columns definitions are also strongly typed and advanced column data generation can be provided by lambda delegates. read more...

4 comments |category: |Views: 90

tags: another

Coded UI Tests : WPF Utilities(www.jonathanantoine.com)

submitted by jmix90jmix90(570) 4 months, 12 days ago

I played a lot with Coded UI Tests API on WPF applications these last weeks. It turned out that this is a really powerful framework available to use but that we need to write a lot of code ourselves even for simple things. You may already know the coded ui test utilities of Gautam Goenka available on his blog. On this blog post, I want to introduce a set of complementary helper methods that you can use in your project. The links to the binaries/sources are at the end of the post. read more...

1 comment |category: |Views: 82

tags: another

Five Great WPF 3D Nuggets(blogs.msdn.com)

submitted by dereklakindereklakin(1565) 6 years, 3 months ago

Tim Sneath collects together some great posts on doing 3D in WPF. read more...

add a comment |category: |Views: 45

tags: another

[WPF] Using Linq to shape data in a CollectionView(tomlev2.wordpress.com)

submitted by tom103tom103(161) 5 months, 28 days ago

This article describes a way to use Linq to specify the filter, sort and grouping of a WPF CollectionView. read more...

1 comment |category: |Views: 44

tags: another

Information on upgrading Kinect Applications to MS SDK Beta 2.(michaelcrump.net)

submitted by mbcrumpmbcrump(1034) 6 months, 14 days ago

Introduction Microsoft recently released the Kinect for Windows SDK Beta 2. It contains many enhancements and fixes that can be found here. The only problem with it is that a lot of current demo applications no longer function properly. Today, I’m going to walk you through a typical scenario of upgrading a Kinect application built with Beta 1 to Beta 2. Note: This tutorial covers WPF, but you can use the same techniques for WinForms. read more...

add a comment |category: |Views: 3

tags: another

WPF Office Ribbon control(teusje.wordpress.com)

submitted by teusjeteusje(103) 6 months, 17 days ago

Shows you how to use the WPF Office ribbon control. read more...

2 comments |category: |Views: 50

tags: another

FREE WPF and Silverlight Online Prism Training from PluralSight on Nov(blogs.msdn.com)

submitted by NoldorinNoldorin(829) 6 months, 25 days ago

Blaine Wastell highlights 3 hours of free training materials from PluralSight for Prism available between 12th and 14th November. The training will look at Prism 4’s use in WPF, Silverlight and Windows Phone applications. (from The Morning Brew) read more...

2 comments |category: |Views: 25

tags: another

Understanding basic WinRT Metro Applications and Application Capability(www.abhisheksur.com)

submitted by abhi2434abhi2434(1006) 6 months, 29 days ago

Windows 8 is already out in Developer Preview form. A new way of building applications in Windows 8 has already been introduced. Lets put up a note to let you know how to build applications for WinRT. In this post you will learn how you can use Capabilities for your application and build your first basic WinRT Metro Applications. read more...

5 comments |category: |Views: 101

tags: another

Layout adjustments Snapping and OrientationChanges in Metro Applicatio(www.abhisheksur.com)

submitted by abhi2434abhi2434(1006) 6 months, 28 days ago

Layout is the most important part of any application. The best design for an application gets more credit and love from the users than applications that are designed bad. Metro style applications runs in full screen. Your application does not include a Title Bar, status bar or anything. Microsoft gave us some of the basic layout guidelines that one needs to follow. Lets talk about them here to make you understand how you should layout your application in Metro Applications to utilize maximum flexibility of it. read more...

2 comments |category: |Views: 12

tags: another

Porting a WPF application to Windows8(www.progware.org)

submitted by iwannisiwannis(452) 7 months, 9 days ago

We take a simple WPF app and try to port it to Windows8. What needs to be changed? read more...

add a comment |category: |Views: 33

tags: another

Binding Flagged Enumerations(blog.virtual-olympus.com)

submitted by thejetthejet(156) 7 months, 15 days ago

Flagged enumerations can present a difficult problem for data binding, this article presents a solution for binding these enumerations to individual CheckBox(s) in a WPF sample application. read more...

4 comments |category: |Views: 26

tags: another