Hey guys.

I have a very simple word replacer that goes like this:

vb Code:
  1. txt_write = Replace(txt_write.Text, " Totaly ", " Totally ")
  2. txt_write = Replace(txt_write.Text, " totaly ", " totally ")

It has a lot of that with other words.

Now what I want to happen is for there to be two textboxes and in one you can write a word and in the other write the word you want it to get replaced with. Then they click a button and it does that. Like when the form starts then it does the new one as well as all the old ones.

I hope I explained that alright :|

Thanks.