Jun 11, 2003 #1 L lester Member Joined May 29, 2003 Messages 9 Does anyone know how can I make a comboBox as readOnly like the textbox?
Jun 11, 2003 #2 B badgerboy Member Joined Jun 10, 2003 Messages 11 Location Wellingborough (UK) i dont know if this will help but try this http://www.codeproject.com/combobox/readonlycombo.asp
Jun 11, 2003 #3 Madz Well-known member Joined Jan 22, 2003 Messages 155 Just make its view Property to LIST VIEW
Jun 11, 2003 #4 Mehyar Well-known member Joined Jun 9, 2003 Messages 371 Location Lebanon 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
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