ASCII Code

  1. Design an application which will convert characters to their corresponding ASCII codes.
  2. Create a form with two Edit Controls and one button, as show below.
    ASCII
  3. Be sure to enable the Multiline and Want Return properties of the left Edit control.
  4. You may also wish to enable the Read Only and Horizonal Scrollbar properties of the right Edit control.
  5. A "new line" actually consists of CHR(13)+CHR(10).