I want to make some TextBox es in my form unedited, but I want the text be clear (black not gray) and therefore I don't want to use
myTextBox.Enabled = false;
Somehow I want it to be turned off, but with no gray color.
Does anyone have any clues?
Mahdi Tahsildari Jan 30 '13 at 6:34 2013-01-30 06:34
source share