Klonor
14-04-2005, 23:37
Oy, I am way out of pratice. Shameful! It's been so long since I've edited any of the VB programs that I've made (and I've made quite a few) that I'm beginning to forget the language. Drat!
Anyway, I have a question for people more in practice. If you have a text box, with text in it, how do you program it to determine if one specific word (or sequence of words) is in that box? I know how to check if all the text matches something else (If text1.text = "XXXXX" then XXXX) but what if you just want to know about one word that might or might not be in the text?
Anyway, I have a question for people more in practice. If you have a text box, with text in it, how do you program it to determine if one specific word (or sequence of words) is in that box? I know how to check if all the text matches something else (If text1.text = "XXXXX" then XXXX) but what if you just want to know about one word that might or might not be in the text?