home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / colordlg.zip / colordlg.txt next >
Text File  |  1995-10-05  |  889b  |  16 lines

  1.  
  2.                Color Selection Dialog
  3.                 Written by Adam Van de Berghe
  4.             email address: aabacus@li.net
  5.  
  6.   This is a simple color selection dialog that you can use in the programs you
  7. write using VX-Rexx.  To install it, just ad the following line into your
  8. projects .VRP file:     "VRX: ColorDlg.VRX" (Without the quotes)
  9.   There are no parameters to use when calling this dialog.  When it returns the
  10. colros, it returns them in the variable form "forecolor backcolor".  A simple
  11. way to run this dialog is:  color = ColorDlg()
  12. After exiting, the color variable should be in the form stated above.  If the
  13. cancel button was clicked, then the variable would be "".
  14.   This program is provided "AS IS" with NO WARRENTY expressed or implied.  The
  15. user (you) take full responsabilities for any damages that may occurr from this
  16. program.  Use it at your own risk, hey ... its free!