Main contents

Redoing the Options Dialog in BabySmash

2 June 2008

Scott Hanselman introduced us to BabySmash today. It’s an app for his kids that he developed using his arcane Win32 knowledge in a WPF app. He did it on purpose, mind you, to teach himself WPF, with us watching. I think this is a fantastic idea. When I was writing the AutoComplete TextBox series, I [...] Read more »

Posted in .NET, Rants | 17 Comments »

The Missing .NET #4: Cue Banner in WPF (I mean, Watermark in WPF)

2 June 2008

A regular reader would know I’m quite enamoured with the Cue Banner as UI tool. Once again, in WPF, Microsoft missed something fairly obvious for inclusion; and really easy to implement, as we’ll see. We’ve been through 2 revs of WPF since its release, and the number of new controls or new features on old controls is disappointing. In case you missed it, .NET 3.5 SP1 Beta was released a few weeks ago. The grand total of new controls in WPF? One; admittedly, a useful one – a WebBrowser control. Read more »

Posted in .NET, Missing .NET | 18 Comments »

The Missing .NET #3: An AutoComplete TextBox in WPF, Part 4 – WPF Flourishes

15 May 2008

The .NET framework is huge, but not so huge that it does everything for everyone; there are things that they in Redmond miss or don’t do for whatever reason but is still generally applicable to many developers. So, dear reader, I present to you a new series of posts on stuff I find missing in [...] Read more »

Posted in .NET, Missing .NET, Software | 8 Comments »

The Missing .NET #3: An AutoComplete TextBox in WPF, Part 3 – Control Templates

14 May 2008

The .NET framework is huge, but not so huge that it does everything for everyone; there are things that they in Redmond miss or don’t do for whatever reason but is still generally applicable to many developers. So, dear reader, I present to you a new series of posts on stuff I find missing in [...] Read more »

Posted in .NET, Missing .NET, Software | 1 Comment »

The Missing .NET #3: An AutoComplete TextBox in WPF, Part 2 – Making it reusable

13 May 2008

The .NET framework is huge, but not so huge that it does everything for everyone; there are things that they in Redmond miss or don’t do for whatever reason but is still generally applicable to many developers. So, dear reader, I present to you a new series of posts on stuff I find missing in [...] Read more »

Posted in .NET, Missing .NET, Software | 2 Comments »