Questions tagged as 'combobox'

1
answer

C # creating a property in a UserControl

I have a project in C # and I created a usercontrol with two components: a combobox and a button . I need to create a property to change the properties of the usercontrol's combobox. I tried the following way: public Co...
asked by 20.08.2014 / 15:26
1
answer

How to make the list of Combobox items bigger than Combo itself?

How can I make visible all the contents of the combobox that I have without increasing its size? Today it looks like this: Iwantittolooklikethis: Update Through a comment, I found the solution this link .     
asked by 07.11.2014 / 17:59
1
answer

Remove arrow down from a ComboBox

I want to use a TComboBox with the property style = csDropDown as if it were a TEdit . But why use a TComboBox then? Because I want only one feature of it, AutoComplete . However, I want to remove the down arrow...
asked by 09.04.2018 / 19:23
1
answer

ComboBox does not update and accepts wrong values

Well, I have this code for a combobox, and I have two problems. First: I can not get the combobox to just accept the list values Second: Listing only has value PrivateSubTempCombo_Change()DimvAsVariant,iAsLongWithMe.TempComboIf.Value&...
asked by 13.07.2017 / 18:34
3
answers

Laravel - How to use a combobox in the 'on load' event of a view (blade)

I need a combobox with data coming from the database, but this fill should occur when loading the view. Since the view is not the correct place to write code, how to feed the combobox? Through a method in a controller? What is the 'mechanism'...
asked by 17.05.2016 / 13:33
1
answer

Fill ComboBox

In a User Registration Form, I have a UF combo box (which loads the data from a sql table), while typing in the combox the system needs to search the data and display despite the ones that match the typed one. I'm doing it this way: privat...
asked by 03.09.2015 / 19:01
1
answer

using Ajax to fetch state - city

I need to create a conbobox of state and cities. Depending on the selected state, the corresponding cities are displayed. <select name="estados" id="estados"> <option value="0">Selecione o estado</option> <?php...
asked by 13.08.2015 / 21:05
0
answers

C # All of my comboBox are changing text

I'm having a problem with my program in that when I change the values of one of my comboBox , example: private void Ex1Mat_SelectedIndexChanged(object sender, EventArgs e) { if (start == false) { SqlDataAdapter Ex1UpdateAss =...
asked by 28.10.2017 / 23:11
1
answer

Combobox.Items not being updated

I'm creating a combobox in runtime and trying to manually set a% of 'default'%, but I realized that even setting a value inside the combo manually is not selected. p> I already checked if the data type beats (both are SelectedValue )....
asked by 01.07.2015 / 19:43
1
answer

How to transfer from one ComboBox to another (C #)

The idea is, there is a Main ComboBox, each with a client of 4 different cities, I wanted to select a client in the ComboBox, push the button and remove from that ComboBox and insert in the corresponding city of it. In short: I want to take an...
asked by 25.03.2018 / 06:23