lester Posted June 11, 2003 Posted June 11, 2003 Does anyone know how can I make a comboBox as readOnly like the textbox? Quote
badgerboy Posted June 11, 2003 Posted June 11, 2003 i dont know if this will help but try this http://www.codeproject.com/combobox/readonlycombo.asp Quote
Madz Posted June 11, 2003 Posted June 11, 2003 Just make its view Property to LIST VIEW Quote The one and only Dr. Madz eee-m@il
Mehyar Posted June 11, 2003 Posted June 11, 2003 Combo boxes dont have a read only property, if you mean you dont want the user to type on it then set the DropDownStyle property to DropDownList if you want to disable it totally then set the Enabled property to False. Hope this helps Quote Dream as if you'll live forever, live as if you'll die today
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.