home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / valset.zip / README.TXT < prev    next >
Text File  |  1992-01-04  |  1KB  |  32 lines

  1. This is an example of some of the features of a Value Set Control.  The code
  2. works on the OS/2 2.0 6.167 Beta release.  It should be buildable for any
  3. release that contains the Value Set control.  The code was written using the
  4. IBM C Set 2 compiler.  Notice that the code was compiled with full debug on. 
  5. It can be rebuilt without debug to make it smaller.
  6.  
  7. From a user perspective, the value set contains a set of icons.  If you select
  8. any of the icons, a beep will occur.  If you double click on an icon, it will
  9. be transfered to the other value set if the equivalent spot is open.  You can
  10. drag an icon to any spot.  
  11.  
  12. Impressive huh? <grin>  
  13.  
  14. In order to do all this, one learns about many of the messages that move
  15. between the control and its owner. It is these messages that this example is
  16. all about.
  17.  
  18. If you have any questions feel free to contact me on Compuserve at 71500, 3525
  19.  
  20. You may make as many copies of this example as you wish, and you may distribute
  21. them where ever you wish.  You may not charge for them.  The icons were not
  22. created by me but downloaded from CIS in the windows forums.  They were then
  23. converted to OS/2 via CVTICON.  I only have full rights to the code example.
  24.  
  25. Paul Montgomery
  26. TASP Group, Inc.
  27. 4776 Blackberry Drive
  28. Melbourne, FL. 32904
  29.  
  30. CIS: 71500, 3525
  31.  
  32.