Archive for December, 2007

Watermarked edit controls

Posted on December 1st, 2007 by aaron
Filed under programming, ui, windows forms | 7 Comments

Recently I wanted to use a WinForms TextBox with some “watermark text”, but had some trouble finding anything existing on the web. Which was surprising because of how ubiquitous they are. Turns out the terminology varies: cue, prompt, or watermark. And “watermark” is the least used.
Once I got my ducks in a row (by perusing [...]