Have you ever wanted to give the user the ability to drag a file from […]
Silverlight 4 Beta – Text Trimming
Before Silverlight 4 if you wanted to dynamically add ellipses (the commonly used … to […]
Silverlight 4 Beta – Accessing a users webcam and microphone
So, by now you should have heard that Silverlight 4 Beta was released at PDC […]
Extending the ObservableCollection to add navigation methods such as MoveFirst, MoveNext, MoveLast, and MovePrevious.
Recently, I had the need to navigate a list by using methods such as MoveFirts, […]
NETDUG: WPF Event Routing Sample Code
Here is the sample code for last Thursday’s WPF Event Routing presentation. Download Sample Code […]
A Simple WPF Loading Animation
Okay, so I needed a very simple and clean loading animation for a multi threaded […]
WPF Multithreading: Using the BackgroundWorker and Reporting the Progress to the UI.
I can’t count the number of times someone has asked me about running a time […]
BSDG – PRISM/MVVM for WPF Presentation Sample Code
As promised, I am posting the sample code I covered in the presentation for everyone […]