Every string has an IndexOf method to find index of a particular word or character. So you can search for index of a string in a text box like this – textBox1.Text.IndexOf("FindThisWord", 0); -Dave.
------------------------------------ http://www.componentone.com ------------------------------------