Algar Posted August 5, 2003 Posted August 5, 2003 In VB6 the combo or listbox control had a drop down style. I don't see a dropdown style in .net, and the only control I could find is for web forms. Is there another way or do I need to prevent editing of a combobox somehow ? Quote
*Experts* mutant Posted August 5, 2003 *Experts* Posted August 5, 2003 Are you saying that you cant find the DropDownStyle property for the combobox? It should be there, then you just set it DropDownList to prevent editing of the combobox. You can also change the style in code: ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList Quote
Algar Posted August 5, 2003 Author Posted August 5, 2003 Ok, sorry, time to reduce font size :) thanks a lot ! Quote
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.