-
Search Program
Does anyone know of a good search program I can use in my program. If the user needs to find out if in a heading a particular word has been used before and then list them, much like a search engine on the net, but for VB. I would not know where to start to write such a program.
Thanks in advance
-
What do you mean by "in a heading"?
Are you searching through a text box? A Form's Caption?
-
within the application itself or say header information in a grid etc from a database
-
Subject Heading
What I mean is that if a user is has a say car in a particular field, when he searches for the word car it will bring up all the fields that have car in them.
thanks