Click here to Skip to main content
16,010,553 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i have one listbox contain 70000 items (70k)..

and one textbox ...

how to search a string in textbox match with listbox items ...

textbox contains 500 lines...

i used multi threading to fast search and it does work but as m using multithreading form which has 6 sub ... all sub started at the same tym but it not ended at the same tym ....

m using
if textbox1.contain(listbox1.items) then
msgbox("")
else
Msgbox("")
end if

thanxxs in advance
Posted
Comments
Sascha Lefèvre 18-May-15 10:32am    
What's your question, exactly?
Tomas Takac 18-May-15 10:53am    
I think the real question is: do you really need 70k items in a combobox?
Sascha Lefèvre 18-May-15 11:07am    
:thumbsup:
Member 10521418 18-May-15 11:09am    
thumbsup for wat sascha
Member 10521418 18-May-15 11:11am    
m using multithreading form okk and if i use only one sub for searching 1 to 10k it takes 5 sec but when i use 5 sub it takes 18 sec thats the question i asked ....

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