On a .NET page, I have a textbox. If I don't change the BackColor property, it looks flat. However, when using BackColor, e.g.:
txt.BackColor = System.Drawing.Color.Yellow;
the look changes to some sort of "3D" which I don't really like. Is it possible to avoid this effect?
first:

edited:
