View Single Post
  #5 (permalink)  
Old 09-23-2008, 06:49 PM
SpaceGhost SpaceGhost is offline
Newbie
 
Join Date: Sep 2008
Posts: 1
Credits: 0
Rep Power: 0
SpaceGhost is on a distinguished road
Default Re: Disable typing in combobox

You have to do this:

myComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
Reply With Quote

Sponsored Links