Click here to Skip to main content
15,907,910 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

how can I filtering in combobox based on text contains in textbox?

Thank you

What I have tried:

I have a collection in combobox:
I would like to filtering in this collection according to containing text for example: "TECH" or "KVA"
PNM100 -  ADM *Dokumentace
PNM101 -  ADM *Porada výroby - NAŘÍZENÁ
PNM102 -  ADM *Teplotní pauza - NAŘÍZENÁ
PNM200 -  TECH *Porucha zařízení
PNM201 -  TECH *Mimořádné překážky ve výrobě
PNM300 -  TECH *Přehazování pracoviště (SMED) - PLÁNOVANÉ
PNM301 -  TECH *Přehazování na lince (SMED) - MIMOŘÁDNÉ
PNM302 -  TECH *Výměna/doplnění lepidla
PNM400 -  LOG *Nedostupnost materiálu
PNM401 -  LOG *Výměna materiálu na lince - změna varianty (LOG SMED)
PNM500 -  KVA *Posuzování kvality - směnový kontrolor kvality
PNM501 -  KVA *Zastavení výroby na lince - interní neshoda
PNM502 -  KVA *Zastavení výroby na lince - záměna materiálu
PNM503 -  KVA *Zastavení výroby na lince - dodavatelská reklamace
PNM504 -  KVA *Třídění materiálu - záměna nařízena mistrem
PNM600 -  *IT poruchy (IS Helios, iMontix, ostatní)
PNM601 -  Chyba organizace výroby
PNM603 -  *Vícepráce výroby - NAŘÍZENÁ
Posted
Updated 28-Jan-19 22:04pm
v2
Comments
OriginalGriff 29-Jan-19 3:12am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with. So stop trying to type as little as possible and give us actual information! Try an example: inputs and outputs, what happens when. Show us what you have tried so far and explain what it did that you didn't expect, or didn't do that you did.

Use the "Improve question" widget to edit your question and provide better information.
Richard Deeming 29-Jan-19 15:57pm    
How about you start by telling us which of the many different "combobox" controls that VB.NET has access to is the one you're using?

Is this Windows Forms? WPF? Xamarin? ASP.NET WebForms? ASP.NET MVC? Something else?

1 solution

Unfortunately this is a "quick" answers forum and not a tutorial site.

See the good advice from OriginalGriff and also please read the posting guidelines.

A little research first is always a good idea - try these resources[^]

If you still have a problem after you have tried ideas from that list come back with your specific problem and we will try to help.
 
Share this answer
 
Comments
Member 13711215 29-Jan-19 4:04am    
I update it
CHill60 29-Jan-19 6:14am    
I can only repeat what I said. This is not a tutorial forum. What ideas from the list I gave you have you actually tried?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900