home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / misctext / achart12 / achart.doc next >
Text File  |  1991-06-07  |  4KB  |  107 lines

  1.  
  2.  
  3.         ACHART 1.2: Ascii Character Table for Windows 3.0
  4.             Copyright 1991 by Dave Lord
  5.  
  6.         This program may be freely used and copied but
  7.         may not be sold except for a nominal copying
  8.         charge not to exceed US $10. This file should
  9.         be included with all copies of ACHART 1.2. The 
  10.         author reserves the right to charge for future 
  11.         versions.
  12.  
  13.  
  14.     Changes for version 1.2
  15.     -----------------------
  16.     Added Help.
  17.  
  18.     Added keyboard commands to operate scroll bars.
  19.  
  20.     Added ability to copy a character to the clipboard. Now you can
  21.     effortlessly paste special characters into other applications.
  22.  
  23.     Added Character Info message box which pops up when you double
  24.     click on a character. Shows value in Hex, Decimal, and Binary.
  25.  
  26.     Put the "Shades" cursor back in the About Box.
  27.     
  28.     
  29.     Changes for version 1.1
  30.     -----------------------
  31.     Added Default Palette selection in Charset menu.
  32.  
  33.     Added EBCDIC character chart.
  34.  
  35.     Made some minor tweeks in appearance.
  36.  
  37.     
  38.         
  39.     Description of program
  40.     ----------------------
  41.     ACHART is a Windows 3.0 program which displays a character 
  42.     chart in the form of a 16x16 table. The following variations may
  43.     be displayed:
  44.  
  45.         IBM PC character set. Smiley faces and all.
  46.  
  47.         ANSI character set using names (NUL, SOH, STX, etc.) for
  48.         the control characters.
  49.  
  50.         ANSI character set using (^A, ^B, ^C, etc) for the control
  51.         characters.
  52.  
  53.         EBCDIC character set. Everytime I see this I can't help
  54.         but wonder what drugs they were using that would make
  55.         breaking up the alphabetic characters seem like a good
  56.         idea. A really remarkable encoding that everyone should
  57.         be familiar with.
  58.  
  59.         Default Palette selection in Charset menu. OK, this isn't a
  60.         Charset. Too bad. The default palette is what you get if you
  61.         specify colors in a Windows program using PALETTEINDEX(num)
  62.         without first having created a logical palette. As far as I
  63.         know there are never more than 20 entries so it may seem 
  64.         strange that I display them in a 256 entry table. Well, maybe 
  65.         someday there will be more. Besides, I already had code to 
  66.         display a 256 entry table.
  67.  
  68.  
  69.     Pointless Rambling
  70.     ------------------
  71.     You may be wondering why I wrote this program. Practice mostly.
  72.     I've been playing with Windows and wanted to write something that
  73.     was at least somewhat useful. Then too, I'm always looking for
  74.     an ascii chart and I prefer the table format over the typical
  75.     list format because it allows me to see all the characters at
  76.     once. That makes it easier to find the value for all those special
  77.     characters than if I had to scroll through 256 lines.
  78.  
  79.     So why aren't I asking for a donation? Yeah, right. 
  80.     Like I really believe anyone is going to send me money. 
  81.     I doubt it would really be worth the trouble of 
  82.     having to mess around with a handful of $5 checks anyway.
  83.     Face it, all I really want is the glory. That and of course 
  84.     women throwing themselves at my feet. Everybody knows that 
  85.     Windows programmers get all the girls. At least that's
  86.     what Bill Gates keeps telling me, though the folks over at 
  87.     IBM keep whispering "OS/2, OS/2," in my ears as I sleep at night.
  88.     So don't send me money unless you really happen to have a
  89.     lot of it. If you want to send me glory, expensive presents,
  90.     fabulous job offers, or if you're a woman who wants to throw
  91.     herself at my feet, you can write to me at the following address.
  92.     By the way, I apologize if this sounds sexist, but I'm really
  93.     not much interested in having any of you guys throwing yourselves
  94.     at my feet.
  95.  
  96.         Dave Lord
  97.         3307 Lincoln Av.
  98.         San Diego, CA 92104
  99.         
  100.         
  101.     Disclaimer
  102.     ----------
  103.     ******    NOTICE: The author provides no guarantees for this  ******
  104.     ******    program and assumes no liability for any dammages   ******
  105.     ******    resulting from its use.                             ******
  106.  
  107.