Change text color when control is disabled vb.net
-
Hi to All I want to change the textbox text color When textbox properties enable = False the font in the textbox become gray color. How do I change the gray color to black color ? Thanx Khatri Mitesh
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA
-
Hi to All I want to change the textbox text color When textbox properties enable = False the font in the textbox become gray color. How do I change the gray color to black color ? Thanx Khatri Mitesh
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA
It's not possible to change forecolor when it is disabled. You can use ReadOnly property instead.
-
Hi to All I want to change the textbox text color When textbox properties enable = False the font in the textbox become gray color. How do I change the gray color to black color ? Thanx Khatri Mitesh
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA
Simple - you need to create an owner drawn control ( OK, it's not simple ).
Christian Graus Driven to the arms of OSX by Vista.
-
Hi to All I want to change the textbox text color When textbox properties enable = False the font in the textbox become gray color. How do I change the gray color to black color ? Thanx Khatri Mitesh
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA
-
Simple - you need to create an owner drawn control ( OK, it's not simple ).
Christian Graus Driven to the arms of OSX by Vista.