engteng said:
When textbox properties enable = False the font in the textbox become gray
color. How do I change the gray color to black color ?
If your users have had Windows PC's for more than about three days, then
you should not do this, unless you have a really, /really/ Good Reason
to do so (e.g. specialised applications for, say, poorly-lit working
conditions).
Grey text on disabled controls is /standard/ Windows behaviour that will
be exhibited when your application runs on practically every Windows PC
on the planet.
OK, there /are/ a few cases where this is justifiable; just so long as
(a) you realise that there are /very/ few such cases, and
(b) your users know in advance that your application is going to behave
this way.
Applications that do "odd" things may be reported as "buggy" or
un-installed completely (just try changing the screen resolution on me!)
Regards,
Phill W.