Results 1 to 8 of 8

Thread: Code

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2004
    Posts
    49

    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
    Jak

  2. #2
    Frenzied Member
    Join Date
    May 2003
    Location
    So Cal
    Posts
    1,564
    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)

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2004
    Posts
    49

    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
    Jak

  4. #4
    Frenzied Member
    Join Date
    May 2003
    Location
    So Cal
    Posts
    1,564
    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.

  5. #5

  6. #6

    Thread Starter
    Member
    Join Date
    Feb 2004
    Posts
    49

    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.
    Jak

  7. #7

    Thread Starter
    Member
    Join Date
    Feb 2004
    Posts
    49

    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.
    Jak

  8. #8
    Frenzied Member
    Join Date
    May 2003
    Location
    So Cal
    Posts
    1,564
    Search for StrReverse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width