home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / SSNDREXX.ZIP / README.TXT < prev    next >
Text File  |  1993-04-27  |  917b  |  29 lines

  1.  
  2.  
  3.   SSNDREXX.DLL provides two PMREXX callable routines:  FindSystemSounds 
  4.   and PlaySound.  PlaySound requires an index value parameter.  Please 
  5.   see SSNDREXX.CMD for sample PMREXX code.
  6.  
  7.   To order a copy of BocaSoft System Sounds please call (407)392-7743.  We
  8.   accept VISA and Mastercard.  American Express will be available in May.
  9.  
  10.   Introductory beta offer with free upgrade:  $ 49.00
  11.   
  12.   
  13.   Event Index Values     -> 0 to 41
  14.   
  15.   Key Index Values:
  16.   ----------------
  17.   
  18.   No control keys     -> index = 42 + scan code
  19.   SHIFT            -> index = 42 + scan code + (256 * 1)
  20.   ALT            -> index = 42 + scan code + (256 * 2)
  21.   CTRL             -> index = 42 + scan code + (256 * 3)
  22.   SHIFT | ALT        -> index = 42 + scan code + (256 * 4)
  23.   SHIFT | CTRL        -> index = 42 + scan code + (256 * 5)
  24.   ALT | CTRL        -> index = 42 + scan code + (256 * 6)
  25.   SHIFT | ALT | CTRL    -> index = 42 + scan code + (256 * 7)
  26.   
  27.  
  28.  
  29.