Searching a listbox

im trying to make a program that searches through items on a listbox (an simple antihack) that searches for a folder called "hack". any idea`s?
You'll have to do a linear search, checking each entry.
how would I do that?
Registered users can post here. Sign in or register to post.