You can't change the color of diabled text box.
However, you have two ways to get around.
1. Put a frame, set the borderStyle to none, and backcolor to the same as the form, put your textbox inside the frame, enable/disable the frame instead of the textbox.
or
2, Lock/unlock the textbox instead of enable/disable it.
However, you have two ways to get around.
1. Put a frame, set the borderStyle to none, and backcolor to the same as the form, put your textbox inside the frame, enable/disable the frame instead of the textbox.
or
2, Lock/unlock the textbox instead of enable/disable it.