R Rob Dec 21, 2005 #1 When you set the enabled property of a text box to False... it is shaded so much that it is hard to read... any suggestions.
When you set the enabled property of a text box to False... it is shaded so much that it is hard to read... any suggestions.
H Herfried K. Wagner [MVP] Dec 21, 2005 #3 Rob said: When you set the enabled property of a text box to False... it is shaded so much that it is hard to read... any suggestions. Click to expand... Maybe setting the control's 'ReadOnly' property to 'True' instead of disabling the control is sufficient.
Rob said: When you set the enabled property of a text box to False... it is shaded so much that it is hard to read... any suggestions. Click to expand... Maybe setting the control's 'ReadOnly' property to 'True' instead of disabling the control is sufficient.