To find all items containing some text you will have to loop.
If you only need first occurence then using SendMessage api and LB_FINDSTRINGEXACT or LB_FINDSTRING is the fastest method.
Samples for either approach are posted throughout the forum.