home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DAYFIELD.ZIP / README.TXT < prev    next >
Text File  |  1989-07-31  |  1KB  |  26 lines

  1. This collection of code is a DAY of the WEEK type of subclassed WC_ENTRYFIELD
  2. control.  It can be used in dialog boxes or as a stand alone control window in
  3. an application.  In both case's you need to register the class in your process
  4. through the use of the RegisterDayFieldClass call.  The "TEST" code is an
  5. example of how you use the class from an application as a control window.
  6.  
  7. To build the DLL you use BLD.CMD enter  "BLD ?" to see what the options are 
  8. to the BLD command file.  It does a make on "DAYFIELD".  Do a make on the file
  9. "test" to compile the example code.
  10.  
  11. The file dayfield.hlp is a Quickhelp format database.  It is built by doing a
  12. make on "MAKEHELP"
  13.  
  14. If you have any questions/comments I can be reached on Compuserve as
  15. Paul Montgomery  71500,3525
  16.  
  17. For all you c++ people, lets see how you would do this same thing using c++.
  18.  
  19.  
  20. Of course, if you use this code elsewhere, please at least acknowledge that it
  21. came from me, other than that, its yours to play with.
  22.  
  23. Oh yeah, I am assuming that you know where to put .DLL files on your system 
  24. and that you have MSC 5.1.  Good luck.
  25.  
  26.