grip003
Regular
Hey everyone.
I have written a form in which there are a lot of textboxes that store information. However, I don't allow changes unless the user presses Edit. This is done by setting the ReadOnly property to true until the user presses Edit, which sets it to false. However, I need the ability to change the forecolor of the textboxes to be something other than black while readonly is set to true. Is there any way to do this? Right now, everything looks black until I hit Edit, in which all the textboxes take on the forecolor that I assigned them. If the enabled property can be used somehow, that would also work for my application.
I have written a form in which there are a lot of textboxes that store information. However, I don't allow changes unless the user presses Edit. This is done by setting the ReadOnly property to true until the user presses Edit, which sets it to false. However, I need the ability to change the forecolor of the textboxes to be something other than black while readonly is set to true. Is there any way to do this? Right now, everything looks black until I hit Edit, in which all the textboxes take on the forecolor that I assigned them. If the enabled property can be used somehow, that would also work for my application.