whosyodaddy
Regular
- Joined
- Jun 23, 2003
- Messages
- 83
im sorta far in a program i am making. it is like a decoder where you type a message in the richtextbox, hit the button, and the message will appear decoded in a secret code in the other richtextbox. what is the code for when the user types in something in richtextbox1, and it knows to turn all the letter "a" in richtextbox1 to "z" 's .in richtextbox2 in the exact same format
for instance:
Data in Richtextbox1: ABCD ABCD
A's turn into B's
B's turn into D's
C's turn into F's
D's turn into Z's
So hit the button,
Then the data in Richtextbox2 is: BDFZ BDFZ
please help me on this. i am excelling quite far and reading some books, none of which explain how to do this. thanks.
for instance:
Data in Richtextbox1: ABCD ABCD
A's turn into B's
B's turn into D's
C's turn into F's
D's turn into Z's
So hit the button,
Then the data in Richtextbox2 is: BDFZ BDFZ
please help me on this. i am excelling quite far and reading some books, none of which explain how to do this. thanks.