This blog will describe some of the learning experiences that I have with .NET, some personal projects that I'm working on, and whatever other topics tickle my fancy.
Ever wonder how to show a watermark on a ListView control when it doesn't have any items in it? This means doing it without adding a "special" item to the ListView that contains that text. This code project by Lubos Hasko shows exactly how to do that.
BTW, a watermark is descriptive text that explains what the control (or form) is used for, if there were any items in it...