How to set 'textbox's disable forecolor' ?

A

Agnes

my client complaint that "when the textbox is disabled, the forecolor is too
light ".
How can I change it ?
Thanks a lot
 
M

Michel Posseth [MCP]

you can only change this by creating your "own" controls ( wich is pretty
easy with inheritance )
however a workaround might be to use the readonly = true property instead of
the dissabled property

regards

michel posseth
 
R

Ross Ylitalo

You can simulate what you want in a Textbox by setting the backcolor to what
you want, and then setting the Textbox's "ReadOnly" property to true.

ry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top