Results for the combobox[resolved] function returns combobox -Hi, On a form I have a combobox that I want to be filled with data. I fill a different combobox with a dataset and the combobox datasource. I do this in a seperate class-file. Now I want to return this combobox to the combobox on the form. However this results in no data in the com Autolength combobox - i have a combobox. the length of the combobox is fixed. i dont wnt to adjust the length as i want my form look neat so i want all combobox are in the same length. but the problem arise when the data that loaded in the combobox is longer than the combobox length (like in the attachmen ComboBox stuff - Hi, I am programming in access '97 and now I want to use a comboBox to do the following: If I type a new value into my ComboBox that isn't in the list I want to Add it to the table where I created the list However using the NotInList option I can add the new entry but somehow Question about DataGridView ComboBox column - I have a couple questions about a DGV combobox column: 1) Is there a way to type in your own text into a DGV combobox like you can with a standard combobox? 2) Is there an event to tell when an item from a DGV combobox has been selected? Thanks... VBA/Access ComboBox question.... - I have a combobox on an access form, but when a user types key into the combobox, the text changes?! I just want them to be able to press like 'r' and it go to the R's in the combobox, not actually type 'r' into the combobox. Thanks, Justin Fox Combobox and API - Ok, bet no one has this! Heh. I need to know how to make a Combobox function like a Microsoft Access 97/2000 Combobox. I know how to do the DataBinding and all that stuff, I just can't get it to Display more than 1 Column. Can anyone help me? Is there a way to SubClass into th Combobox problem (super urgent) - I have a combobox populated with data from the database. I cant see some of the data when i select the combobox dropdown list. Anyone got any idea?? Is there a limit on how many items the combobox can display at one time? i tried typing the data in the editable region of the comb [word] saving combobox data - I have a userform that has a combobox in it. The combobox starts empty, then when a user types in a new string, that string is added to the combobox, up to 5 entries. I want the last 5 entries that were in the combox when I quit, to stay in the combobox when I open the document. Is Combobox like the old Forms 2.0 combobox - Hello everyone. I have a combobox that I bind data too. The users here want to be able to type in 2 or 3 characters and have the right vendor name come up in the combobox. With the default combobox that comes with vb .net 2003, everytime they press a letter on their keyboard, the co ComboBox! - A VB6 Form has a ComboBox where items get listed dynamically. Before adding any item to the ComboBox, I want to first find out whether the item already exists in the ComboBox list or not. If yes, then don't add that item again to the ComboBox list but if not, add the item to the ComboB autocomplete web form combobox - Hi; Hope someone would be able to help. I manage to populate the the values from my database to a combobox. The problem is that there are about 1000s of records. My question is that is there a way for user to type in the combobox to search through my combobox record to display t "comboBox text entry" problem - Hi everybody, I have two comboBox controls on a form, and one of these controls isn't behaving itself! I believe I need to find and eliminate code that tells the control how to accept data. When I try enter a new item in this comboBox, all I will see in the comboBox is the last cha DataGridView combobox - Hello, I have a datagridview with 2 comboboxes, what i want is when i change the value of the fist combobox, the list of the second combobox should change accordingly (this i know how to be done). My question is when i want to retreive the data rows from the database, how can i ass Update the ComboBox at runtime - Hi I have tried to update my combobox with no luck. I add records to the table, the combobox has as Datasource, but I don't know how to update the combobox. I have tried updata the OleDBAdapter and the DataSet and set the datasource to that dataset, but nothing happens. I can see Muticolumn in ListBox, Combobox - Hi, In MS Access, Listbox and combobox can allow us to input the number of columns, and setup the width of each column. In VB 2005 Express, we do not have these options of the Listbox and Combobox. I found that ListView has these option. But, I want to try to work multicolumn on Locking Combobox ** Resolved** - I want to be able to lock a combobox when I load a form based upon a specific criteria. I want to prevent the combobox from dropping down when the user clicks on the drop down arrow. I don't want to use the .Enabled property because I want to be able to change the fore color of the co External App Combobox - Fun Question! Do you have code to search a combobox and do the following ( to a external application )? 1.)Pick External Form 2.)Pick Combobox 3.)Look through combobox for item 4.)Return handle ( hWnd?) to combobox item 5.)select item from combobox Diplay day of into combobox - Hi (vb.net 2005) I have a combobox which has a number of list in it Mon Tue Wed Thur Fir Sat Sun what i need to do is that on form load the combobox display the real day in it if it is Monday the combobox should display Mon. Combobox and listcount - Is the Combobox.ListCount property an Integer? I'm populating a combo box with over 34,000 records (I know it's a lot, but necessary) and if I look at the listcount on the combo box, it shows something like -27020. Anyway to get the true number of items in a combobox other than with Need help using ComboBox - How can I start from the top in the combobox and get the text from all the items in it. Say i have 5 item in the combobox, how can i create a loop that gives me all 5 the text in the combobox. for example if I where going to add all the items from the combobox to a listbox |