June 14th, 2010
The Windows MessageBox is really convenient to use. A single line of code gets you a dialog box with a caption, a message, an icon and a set of available buttons that cover a lot of possible input scenarios. Unfortunately, the text on the buttons is supplied by the system, so if you’re building an application that is intended to be localized, you invariably end up with something that looks like a bug.
Read the rest of this entry »
No Comments » |
User Interface, Windows |
Permalink
Posted by Eric
November 28th, 2009
Easy control transparency isn’t exactly a hallmark of Windows Forms. If you have a form with a background image or a gradient, the stock controls paint with a solid background to give a criminally egregious aesthetic.
Read the rest of this entry »
1 Comment |
.NET, Programming, User Interface, Windows |
Permalink
Posted by Eric
June 28th, 2008
Last year I wrote about my dislike for cell phones. Despite that, I actually have one now. Maybe I’ll write more about that at some point, but I was just recently reminded (irony to be revealed later) of a particularly sloppy user experience associated with adding birthdays to contacts and I couldn’t help rant a little.
Read the rest of this entry »
No Comments » |
User Interface |
Permalink
Posted by Eric