Main contents

Software Category Archive

Setting properties for WiX in MSBuild

24 November 2008

I recently had the pleasurable and painful experience of learning WiX to build a windows installer for a Windows Mobile application. The pain came first: there is quite a learning curve to both WiX and the underlying Windows Installer technology; and the documentation is a little thin on WiX 3, the latest version as I [...] Read more »

Posted in Software, WiX | 6 Comments »

Keep it DRAFT-y

10 September 2008

The other day I was grabbing screenshots from an app I’m working on. I noticed a huge visual problem with a a list in the product: in a one-column ListView in Details view, each item’s text was truncated, as though the column’s width was just left to the default of 20 pixels (this is in [...] Read more »

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

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 | 7 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 »