listbox

Link the ComboBox string selection to the data in the ListBox C++ Borland Bilder

There is a combobox with three lines and two listboxes. There are 21 numbers in the first listbox, and these numbers are tran ... I select the second row of these 7 numbers are no longer there, they remained in the first row and they can be viewed there.

ListBox wpf SelectItem how to get in the code

ListBox lBox = new ListBox(); lBox.Items.Add("asdasd"); lBox.Items.Add("ыва23"); nb.Children.Add(lBox); How do I get a highlighted Item from a list?

How can I link class instances and ListBox values?

There is a ListBox to which elements are added using a loop, each ListBox element is a property of a class instance in a stri ... an array). You need to make it possible to edit an instance of the class by selecting the appropriate element in the ListBox

USERFORM: I can't remove items from my ListBox (Error 80004005)

I have a ListBox in a UserForm that I" rebuild " based on a TextBox that I use as a filter. The idea is to bring all items to ... Box1.RemoveItem x End If Next x End Sub I don't understand what I'm doing wrong. Can anyone help me?

Auto complete when typing any part of the word

How can i autocomplete the text when typing any part of an information inside the ListBox using VBA? Example: When you type the "Saints" all options containing this word will be listed / displayed in the listbox.

How to add content to Excel VBA ListBox

Hello, I am with a doubt in a code for Excel VBA. I want the code to search the sheet for the same number that was entered in ... i = i + 1 End With End If linha = linha + 1 Loop TextBox1.Text = "" End Sub

How to show 2 lines in the ListBox

Is a simple question but I researched and couldn't find anything specific for my case. The code below matches the data lookup ... , Cells(nlin, "T")).Address End If Next Else MsgBox ("Não encontrado") End If End Sub