home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_03 / fader.exe / FILES.DOC
Text File  |  1992-02-17  |  1KB  |  29 lines

  1. Contents of FADER.EXE self-extracting archive:
  2.  
  3. 1. Files that make the custom control (in the \FADER directory)
  4.  
  5. FADER.          NMK Makefile for custom control
  6. FADER.C         Main program and window functions (LISTING #1)
  7. FADER2.C        SDK editor interface module (LISTING #2)
  8. FADER.DEF       Module definition file (FIGURE #6)
  9. FADER.DLG       Style dialog box used by SDK editor
  10. DIALOG.H        Include file for FADER.DLG
  11. FADER.H         Fader message definition (LISTING #3)
  12. FADER.RC        RC file for Fader
  13. FADER.DLL       Compiled DLL ready-to-go
  14.  
  15.  
  16. 2.  Files that make the demonstration program (in the \DEMO directory)
  17.  
  18. TESTFAD.C       Main program for the demo program (LISTING #4)
  19. TESTFAD.        Makefile for the demo program
  20. TESTFAD.LNK     Linker response file for the demo program
  21. TESTFAD.DEF     Module definition file
  22. TESTFAD.HH      Include file for the RC file and TESTFAD.C
  23. TESTFAD.H       Include file for TESTFAD.C
  24. TESTFAD.RC      RC file for the demo program
  25. FADBOX.H        Include file for the dialog box
  26. TESTFAD.EXE     Compiled demo ready-to-go
  27. TESTFAD.DLG     The demo dialog box
  28.  
  29.