Top "Combobox" questions

Combobox allows to select one option out of several (similar to a dropdownlist), or to type a custom option.

How to populate a ComboBox with a Recordset using VBA

There is some literature available at expert's exchange and at teck republic about using the combobox.recordset property to populate …

ms-access vba combobox adodb recordset
WPF Combobox DefaultValue (Please Select)

Hi I have a WPF Combobox which shows a list of Enums. Code is below. <ComboBox HorizontalAlignment="Left" Margin="139,299,0,0" …

c# wpf xaml combobox
How to populate the value of a Text Box based on the value in a Combo Box in MS Access 2007?

I have a combo box which is of a lookup type, i.e., I've selected the source to be a …

forms ms-access combobox ms-access-2007
Getting Combobox.Value in Access VBA

I have this code: If Me.Combobox.Value = "My Text" Then As I want to test if "My Text" is …

ms-access vba combobox ms-access-2007
Set SelectedItem of WPF ComboBox

<ComboBox Grid.Row="1" Grid.Column="0" Width="Auto" Name="cmbBudgetYear"> <ComboBoxItem Content="2009" /> <ComboBoxItem Content="2010" /> <…

wpf combobox
Get currently selected Combobox value and use it as variable

My question is about Delphi 7. I need to get currently selected ComboBox1 value to use it as Floating point variable …

delphi combobox tcombobox
how to get selected item of combo box

i'm using lwuit with j2me . how to get combo box selected item or index? i found the function for …

java-me combobox lwuit
Extjs 4 combobox default value

I'm migrating my application from ExtJs 3 to 4 version. I have several comboboxes at my formPanel, and previously I've used hiddenName …

extjs combobox extjs4
custom combobox in wpf Application

Im new to WPF Application. I need to customize my combobox like this image. I have tried this example http://…

c# wpf windows-7 combobox customization
set selected item in combobox - vb.net

I am using this code to add a value to a combobox different then the one displayed: how to add …

vb.net text combobox selecteditem