Visual Studio Development Bookmark and Share   
 index > Visual Basic Express Edition > Preventing user typing in combobox drop down menu
 

Preventing user typing in combobox drop down menu

Hi,
I have a combobox with a specified list of options for the user to choose from, however I don't want them to type in their own text, is there any way to stop them?
I know you can make Textboxes readonly but can't seem to do same for combobox....
clayender  Wednesday, October 14, 2009 6:56 PM
Set the DropDownStyle to DropDownList
Dave299  Wednesday, October 14, 2009 7:10 PM
Set the DropDownStyle to DropDownList
Dave299  Wednesday, October 14, 2009 7:10 PM
Dagnamit!
I just knew it would be simple....so much to learn so little time
Thanks
clayender  Thursday, October 15, 2009 8:51 AM

You can use google to search for other answers

Custom Search

More Threads

• how to fill datagrid through code?
• Passing a date through a text file
• Sorting listView
• .Net and the Framework
• A first chance exception of type 'System.InvalidOperationException' occurred in System.dll
• reading UTF7,UTF8,UNICODE text file
• Handle Paste event in the webbrowser in edit mode
• connecting to an Database thru ODBC connection
• Using .dat files
• Hiding Forms