Posts tagged: WPF

WPF Sound Visualization Library

I’ve just launched my first CodePlex project, The WPF Sound Visualization Library. This thing is actually an extension of the Spectrum Analyzer control I made and part of a much larger secret project. Essentially, I’m taking all the WPF controls I’m creating in my other big project, dumping them out to their own project, slapping [...]

A WPF Spectrum Analyzer for Audio Visualization (C#) – Part 2: The WPFening

UPDATE:The WPF Spectrum Analyzer is now part of the WPF Sound Visualization Library. That is where you will find source code for the latest and most-stable versions of the Spectrum Analyzer. — A number of weeks ago, I shared with the world a WPF Spectrum Analyzer UserControl I had created. This post is an update [...]

Scaling Your User Interface in a WPF Application

A few years back, we were demonstrating a WinForms application we’d just spent a few years developing to the Vice President of the R&D department. Things were starting to come together and look really nice. Many tough battles were fought to develop custom real-time controls and get everything laid out properly. Months, to years, of [...]

Sunday March 13th, 2011 in , , , , , | 1 Comment »

XAML Regions: A Visual Studio 2010 Extension

If you’re like me, dealing with giant XAML files is problematic. I don’t seem to possess the mental stack that some XAMLers have that allows them to deal with pages upon pages of disorganized XAML code. I frequently run into this dilemma when I deal with WPF themes. They’re usually colors, brushes, styles and templates [...]

Tuesday March 1st, 2011 in , , , , , , | 12 Comments »