I have two textboxes one contains a set of words and the property of that textbox is set to multipleline and the other one is the place where the user will have to type the word to be searched.
Once the word to be searched is typed and the button is pressed ,if the particular word is found in the textbox then it has to be highlighted else a msgbox has to be displayed stating that no word is found how to do that?
thanx in advance
raghul
Once the word to be searched is typed and the button is pressed ,if the particular word is found in the textbox then it has to be highlighted else a msgbox has to be displayed stating that no word is found how to do that?
thanx in advance
raghul
Comment