How can i pass values, by reference, say a list box in my main form, to my class routine. I want to create a class that searches for an item in a list box and returns True if found else false.
Please Help me on this