home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / about.zip / README.TXT < prev    next >
Text File  |  1990-07-19  |  2KB  |  41 lines

  1.   MDSTDEMO.ZIP by Paul Ligeski
  2.   
  3.   This ZIP file contains the source code and resources for the about
  4. box that describes the MEDSTAT System2 program.  It's a good example
  5. of using bitmaps, animation, multiple fonts, and pyrotechnics.
  6.  
  7. The ZIP file is broken up as follows:
  8.  
  9.          CREDITSW.CLS : Source code for the about box
  10.          ABOUT.ACT    : Hook to run about box from "About Actor..."
  11.          MEDSTAT.BMP  : MEDSTAT logo bitmap resource
  12.          FIREWORK.BMP : Firework bitmap resource
  13.          BITMAP.RC    : Hook into ACTOR.RC to compile bitmaps
  14.          STRTABLE.RC  : Hook into ACTOR.RC's STRINGTABLE
  15.          BLDEXE.BAT   : Rebuild ACTOR.EXE with new ACTOR.RC
  16.          ABOUT.LOD    : About box load file
  17.          README.TXT   : This file
  18.  
  19. Instructions:
  20.  
  21. 1) Copy CREDITSW.CLS into ACTOR\CLASSES
  22. 2) Copy ABOUT.ACT into ACTOR\ACT
  23. 3) Copy MEDSTAT.BMP, FIREWORK.BMP, BITMAP.RC, and STRTABLE.RC into ACTOR\RES
  24. 4) Add to ACTOR.RC:
  25.       rcinclude BITMAP.RC      /* Add just after other BITMAP resources */
  26.       rcinclude STRTABLE.RC    /* Add *inside* the STRINGTABLE section  */
  27. 5) Run BLDEXE.BAT to rebuild ACTOR.EXE with the new ACTOR.RC      
  28. 6) Go into a clean ACTOR.IMA and type:
  29.       load("ABOUT.LOD");
  30.       load();       
  31. 7) Select "About Actor..." and watch the fireworks.
  32.  
  33. This is just a fun demo taken from the Whitewater Group's creativity
  34. department.  Hope you like it.
  35.  
  36. Paul Ligeski
  37. MEDSTAT Systems, Inc.
  38. 777 East Eisenhower  Suite 500
  39. Ann Arbor, MI  48108
  40. (313) 996-1180
  41.