Im using Visual Basic 2005 EE
2.How do make a text finder. Like when i enter a word in a textbox then click find and in the other textbox it finds all the words and higlights them liek in HW. All i have so far is
Code: Select all
With TextBox1.Text = ""
.Text "'
3.Also how do i do a replace so it will replace all the words witht he replacing word.