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 »
No Comments » |
.NET, Programming, User Interface, Windows |
Permalink
Posted by Eric
October 15th, 2007
A question that arose in response to my previous post (about how string comparisons can produce unexpected results when done in a culture-sensitive way) was Which is right, StringComparison.Ordinal or StringComparison.InvariantCulture? The short answer: StringComparison.Ordinal.
Read the rest of this entry »
2 Comments |
.NET, Programming, Windows |
Permalink
Posted by Eric
October 11th, 2007
I got a defect from QA today saying that our product was unable to track files in paths containing Unicode characters. I’ll admit that I was skeptical. I had just tried that myself the other day and it worked perfectly. Trying it again today also worked perfectly, but the QA engineer showed me otherwise.
Read the rest of this entry »
No Comments » |
.NET, Bafflers, Programming, Windows |
Permalink
Posted by Eric
August 29th, 2007
I have a little backup program that I wrote that includes the ability to shut down the machine when a backup is complete. I wanted to add the option of putting the machine to sleep instead of shutting down, but it took me a while to figure out how to accomplish this.
Read the rest of this entry »
No Comments » |
.NET, Programming, Windows |
Permalink
Posted by Eric