Help Search Please
-
Ok i have listbox and text box... If i type in textbox "Hell" then i want that it selects the first item in listbox that contains word "Hell" in item. So i go search... --------------------- | Hell | Search --------------------- Now i want that is selected first item that contains the word i searched... ---------------------------- | 32- Worms 2 | | 33- Worms 3 | | 34- Sims Vocation | | 35- Heaven and Hell | <- Selected | 36- 4x4 Evolution | ---------------------------- Then i search again... --------------------- | Hell | Search for next --------------------- Then i get other one that contains the searched world... ---------------------------- | 67- Max Payne2 | | 68- Return to Hell | <- Selected | 69- Red Faction2 | | 70- Civilization3 | | 71- Captain Claw | ---------------------------- If annyone knows how to do that please answer me please, please, please.... Thanks :doh:
FeRtoll Software.net ------------ E-Mail me WebPage
-
Ok i have listbox and text box... If i type in textbox "Hell" then i want that it selects the first item in listbox that contains word "Hell" in item. So i go search... --------------------- | Hell | Search --------------------- Now i want that is selected first item that contains the word i searched... ---------------------------- | 32- Worms 2 | | 33- Worms 3 | | 34- Sims Vocation | | 35- Heaven and Hell | <- Selected | 36- 4x4 Evolution | ---------------------------- Then i search again... --------------------- | Hell | Search for next --------------------- Then i get other one that contains the searched world... ---------------------------- | 67- Max Payne2 | | 68- Return to Hell | <- Selected | 69- Red Faction2 | | 70- Civilization3 | | 71- Captain Claw | ---------------------------- If annyone knows how to do that please answer me please, please, please.... Thanks :doh:
FeRtoll Software.net ------------ E-Mail me WebPage
-
I hope this is usefull.:-D
Private Function Search(ByVal _Listbox As ListBox, ByVal SearchText As String) Dim i As Integer
Very simple, but it Works.... sometimes;P :zzz: