This will use the replace command to replace a letter with some thing else:
Where to get different styles
Messletterscom is the best place I know of.
What you'll need
As many buttons as you'd like to have styles.
A text box
The code
You want it to replace text so the code would be :
TextBox1.Text = TextBox1.Text.Replace("a", "4")
This can be done a - z for a l33t translator
to translate back you would need
TextBox1.Text = TextBox1.Text.Replace("4", "a")
The clear code would be:
Textbox1.Text = "" or Textbox1.Text = "Your text will be shown here"
To do this you'll need different buttons for different styles and to add much more to the translate back.
Enjoy


Sign In
Create Account


Back to top









