In default,when the TextBox is unabled, it's textcolor is very hard to see for me.
what colordo you choose at that state?
best regards.
yem Tuesday, January 02, 2007 12:29 AM
You can't change the fore/back color of a disabled TextBox control. As an alternative, consider setting the ReadOnly property to True. It is not quite the same but at least it is readable.
nobugz Tuesday, January 02, 2007 11:28 AM
Thank you!
Your guidance mothod made the TextBox characters readable.
yem Wednesday, January 03, 2007 2:06 AM
You can't change the fore/back color of a disabled TextBox control. As an alternative, consider setting the ReadOnly property to True. It is not quite the same but at least it is readable.
nobugz Tuesday, January 02, 2007 11:28 AM
Thank you!
Your guidance mothod made the TextBox characters readable.