Results for the combo box catch 22combo box catch 22 -Hi, I'm setting up a combo box on my form but I'm running into the following catch 22 situation: I don't want the user to be able to type anything in the box so I set it to the "Dropdown List" style which seems to prevent the user from typing in text. However, with thi [2005] How to catch combo event. - Hi All, I m facing a problem in catching the Combo Event which i have placed in <aspataGrid> tag. i want some database operations to do on its change even but i m not able to catch its Event. so please could u suggest some or the other way to achieve that ???? Catch changes in Combo Box - How do I catch a change in the Combo Box (that is not a change in text but a change in the selected item)? Just to make sure, what I'm looking for is not - Sub ComboBox1_Change combo boxes restricted by combo boxes - I have a form where I have two combo boxes and i want to restrict the second combo box based on what was put in the first combo box. I've seen about 5 different websites that explain step by step how to do it, and im really really close, but don't quite have it and i hope someone can Combo Box Woes - OK, If you have a combo box that is populated via a table in an Access DB and you want to select something from that combo bo xna dhave it populate another combo box with information from the same DB but based on the criteria that you have selected in the first combo box, how would Combo Fill In - Hmmm... the closest thing to a combo box doing that (that i know of) is setting the style property of the combo box to 2 when u type in the combo box it will go the the corrosponding first letter of the words in the combo box Lots of the same - Hi, im trying to fill all the combo boxes in a form with the same thing, im currently using this code: Dim combo As ComboBox For Each combo In ImpAsig combo.AddItem Impre1 combo.AddItem Impre2 combo.AddItem Impre3 combo.AddItem Impre4 combo.AddItem Impre5 Next combo But it Combo BOx stuff - Ok if you have two combo boxes and you want one combo box to fill in the contents according to criteria in the other combo box, how would you do it? Example, I have a combo box that filles that fills the file names of files in a directory on the network. What I would like to do is setu Combo Box Linked to Combo Box - Hi, I have had a look at other threads and I can't seem to find an answer. But if there is another thread with the same questions to me please tell me and I will look at that thread. My question relates to 2 Combo Boxs on a form. Let's say for ease I have one combo box with 1, [02/03] combo box in vb.net - Hi, I am a VB.NET Newbee I am using VB language Microsoft .Net Framework 1.0 Windows xp SQL Server ........................................... ............ Kindly help me to solve the Problem i have 2 combo boxes ,i need to bind both combo boxes to the same dataset an Combo with filter - Hi, How do you filter a combobox by the text written in the combo? I have populated combobox that allows writing (dropdown combo) I want to filter combo list whenever the user types something in the combo. Also, I want to keep combo list opened during the typing in the combo. I Resolved - MS Combo - hi guys Combo Box... I am generating a list of code in the combo box. Upon selecting any one of the code in the combo, the data will be populated in the other controls. Now my code is working on lost focus of combo. I want to work the code upon on closeup event, but there i SELECTing into a combo box - How do I read data from an Access table and then put it into a combo box? Can I put a SELECT statement into the data source of the combo box? I'm a newbie with combo boxes. When I search for examples of putting data into a combo box I keep finding .AddItem which is using a recordset. combo box caper - hey all. I have a flexgrid and a combo box. When the user clicks the grid cell, the combo box pops up with a list of choices. In the Click event of the combo, the text value of the combo box is sent to the grid cell and the combo box disappears. The problem: Somebody ask try & catch - In Java I can use try/catch statements in my code. From what I have seen so far (fairly new to VB! - so I could be way off the mark here.) VB.NET supports try/catch yet VB 6.0 does not. Can anyone assist me on this, ie what is the VB syntax/alternative for try catch? ta very mu Advanced=Autocompleting a combo box - Hi, I need to know how to complete a combo box. What I mean is I have some items in the combo box and I want when the user start entering things the combo box try to see if it has it in its list and display it. When Displaying how to increse the lenght of Combo Box - I have Combo Box. I need to display the the Full value of the string in Combo Box with out increasing the Combo Box Size. Pl Help How to make a combo box locked - How would I got about making a combo box that the user can't type into and change information in it? I just want them to be able to select items in the combo box and nothing more? I didn't see any property to lock a combo box like this. Populating Combo. (Resolved) - Hi All! I've a scenario where I've to populate a Combo Box on the click event of an other Combo Box. The values in the Combo Boxe are to come from the database i.e through a query. How to accomplish this. Adding record to a Combo Box - Hello, I got a combo box that I want to connect to a field in a table that I have. How can I add the records to the combo box in order that each time I access the combo box, it has all the new available data. Thanks in advance. David |