Decided to make a program for fun in VB 6. Its basically gonna be 2 text boxes, and the user starts typing in the top tet box. As he/she is typing in the top, the program displays encoded text on the fly. So if the user types isn "The nefs have come out of the woodwork tonite.", the program will display the encoded text like "The eagle has landed in my pants".
Of course, thats just an example. What is the basic syntax for that type of function? I want to set each letter to equal something, like "c=l, j=h, etc" so the program can translate. I last touched VB almost 2.5 years ago and suddenly got interested in it again.
is that easy to understand or do you need further explaination?
Of course, thats just an example. What is the basic syntax for that type of function? I want to set each letter to equal something, like "c=l, j=h, etc" so the program can translate. I last touched VB almost 2.5 years ago and suddenly got interested in it again.
is that easy to understand or do you need further explaination?