Skip to main content

Hello!

I have a listBox that shows specific records of a file.

I want to create a textBox so if I type something inside there then the SelectedItem will go to the specific one.

Any ideas?

Hello!

I have a listBox that shows specific records of a file.

I want to create a textBox so if I type something inside there then the SelectedItem will go to the specific one.

Any ideas?

Is this a Windows Forms application?

It sounds to me like you are talking about a ComboBox control, which already has this built in functionality or am I misunderstanding your request here?

Thanks.