|
-
Mar 11th, 2004, 05:56 PM
#1
Thread Starter
Member
Code
I need code for a program that when a user puts in a message using a text box named txt1 the message is displayed in coded form.
Here is the program discription:
To produce the codded words, convert each letter in the original message to it's corosponding ASCII code number, add 2 to the code number, then convert back to characters to produce the message. Keep all spaces between the words in their original places and relize that the letters "Y" and "Z" are converted to A and B. Note: The user should be able to enter all lowercase and uppercase letters but the code should print out all uppercase letters.
I am so lost and confused so if you understand this please help.
Thanks
-
Mar 11th, 2004, 05:59 PM
#2
Frenzied Member
Sounds ok, and you can find out how to do all that here.
Search for keyascii
Search for LCase and UCase
What they are asking for say I enter
Hello
as a word, they want the string returned to be
JGNNQ (All caps and 2 chars after)
-
Mar 11th, 2004, 06:06 PM
#3
Thread Starter
Member
OK
Can someone give me the code for this program?
And I also need to reverse it by putting in a codded message and have a label print out the decodded message.
If someone could give me the code to these I would really appreciate it.
Thanks
-
Mar 11th, 2004, 06:09 PM
#4
Frenzied Member
This is your project and you should really learn how to do it. I gave you a lot of places to help you research it.
At least start it then ask for help, dont ask someone to do your project.
Might as well pay someone if you're gonna do that.
-
Mar 11th, 2004, 06:14 PM
#5
I helped you in your monogram thread because you gave it a try yourself. Show us some of your code and we'll help you.
-
Mar 11th, 2004, 06:16 PM
#6
Thread Starter
Member
I worte it in school
I don't remember the code thats why i need the code i need the reverse code project i already wrote the normal code project.
-
Mar 11th, 2004, 06:22 PM
#7
Thread Starter
Member
Sorry my last post didn't make much sence
What i ment was the i already worte the first project and couldnt remember the code and i need the code for the second project but i can't figure it out.
-
Mar 11th, 2004, 06:22 PM
#8
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|