A Agnes May 21, 2006 #1 my client complaint that "when the textbox is disabled, the forecolor is too light ". How can I change it ? Thanks a lot
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] May 21, 2006 #2 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
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 May 31, 2006 #3 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
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