I want to make some TextBoxes on my form uneditable, but I want the text to be clear (black not gray) and that's why I do not want to use  
myTextBox.Enabled = false;
Somehow I want it to be disabled but with non-gray fore-color.
Does anyone have any clue?