WPF

  • submit to reddit

WPF TextBlock vs Label, what's the diff?

2,000 Things You Should Know About WPF - #842 – The Differences Between Label and TextBlockYou can use...

1 replies - 943 views - 06/16/13 by Greg Duncan in Articles

Modern UI for WPF

A few months ago I blogged about Metro-styling a WPF application. My post merely scratched the surface and never considered styling any other...

0 replies - 3272 views - 02/25/13 by Toni Petrina in Articles

A Neat Way to Set the Cursor in WPF

I found this excellent post on stack overflow which uses a Stack to set and unset the cursor. Normally when you want to set the wait cursor...

0 replies - 2073 views - 12/05/12 by Michael Ceranski in Articles

A TextBox With Rounded Corners Through WPF XAML

What is the first idea that comes to mind when someone mentions rounded corners and WPF? Probably Border. That is the right thing to think about, but how to...

0 replies - 3889 views - 10/21/12 by Den Delimarsky in Articles

WPF 4.5 – Part 8: Solving Airspace Problems

...

0 replies - 3394 views - 08/19/12 by Jon Antoine in Articles

WPF 4.5 – Part 7 : Accessing Collections on non-UI Threads

...

0 replies - 3339 views - 08/14/12 by Jon Antoine in Articles

WPF 4.5 – Part 6 : Markup Extensions for Events

...

0 replies - 1969 views - 08/12/12 by Jon Antoine in Articles

WPF 4.5 – Part 5 : The New BindingExpression Information

...

0 replies - 1959 views - 08/11/12 by Jon Antoine in Articles

WPF 4.5 – Part 4 : The New Binding’s ‘Delay’ Property

...

0 replies - 2883 views - 08/02/12 by Jon Antoine in Articles

WPF 4.5 – Part 3 : New Methods of the Dispatcher

This is the third part of the serie on the WPF 4.5 new features.  The Dispatcher class is maybe one of the most used in WPF when you start doing thing...

0 replies - 2675 views - 07/31/12 by Jon Antoine in Articles

WPF 4.5 – Part 2 : Improved WeakEventManager

...

0 replies - 2787 views - 07/27/12 by Jon Antoine in Articles

WPF 4.5 – Part 1 : Asynchronous Data Validation

...

0 replies - 2943 views - 07/25/12 by Jon Antoine in Articles

The Philosophy Behind NAppUpdate

About 2 years ago I was building a .NET desktop application, and needed an easy way to allow it to auto-update itself. I looked for libraries that do that,...

0 replies - 2191 views - 07/24/12 by Itamar Syn-hershko in Articles

How to Convert an Image to Gray Scale With WPF

I've been playing with the Windows Presentation Foundation today and I had a task where I needed to convert an image to gray scale to do some image...

0 replies - 3037 views - 07/01/12 by Christian Helle in Articles

Creating an IntelliSense Compatible Enum-Based Dependency Property

Actually, this post has a way too fancy title , because in fact I will merely show that enum-based dependency properties are IntelliSense compatible...

0 replies - 2258 views - 05/30/12 by Tim Dams in Articles