goodmorningsky Posted December 5, 2003 Posted December 5, 2003 When TextBox.Enabled=false, the forecolor turns to the Gray. I want to leave it as black or other color. Is it possible? then how can i do that? Thank you.. Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
*Experts* Volte Posted December 5, 2003 *Experts* Posted December 5, 2003 You can either put the control inside a Panel control and disable only the panel, or you can set the ReadOnly property of the TextBox to True. The latter will still let the TextBox get focus, but you won't be able to type into it. Quote
goodmorningsky Posted December 6, 2003 Author Posted December 6, 2003 thanks.. Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.