Font on Disabled Controls
-
I have a form where I don't want the user to edit any of the fields in the form - readonly. I set the panel.enabled to false. The fields are hard to read as they are light grey. Does anyone know how to change the .enabled font or a better way at doing this. Thanks for everyones help.
-
I have a form where I don't want the user to edit any of the fields in the form - readonly. I set the panel.enabled to false. The fields are hard to read as they are light grey. Does anyone know how to change the .enabled font or a better way at doing this. Thanks for everyones help.
the controls on the panel are are disabled because their value is set by their container. You might be able to override the graying of the text, by reseting the forecolor of hte controls to black after the panel is disabled. This is just a guess though, not something I've tested.
-- Rules of thumb should not be taken for the whole hand.