home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Windows 95 Special 2 / CD_1.iso / misc / buttons / readme.txt < prev   
Text File  |  1994-06-22  |  1KB  |  32 lines

  1.                             Borland Buttons
  2.               Public Domain (Except Where Noted Otherwise)
  3.                          No Restrictions on Use
  4.                              June 23, 1994
  5.  
  6. Borland's Turbo C++ 3.1 for Windows has eight predefined buttons in its
  7. library, labeled "OK", "Cancel", "Yes", "No", "Help", "Abort", "Retry"
  8. and "Ignore".
  9.  
  10. The utility BUTTONS.EXE pops up a dialog box containing these buttons,
  11. so you can see what they look like. The first five buttons are commonly
  12. used in Borland software; the last three are not. The last two --
  13. "Retry" and "Ignore" -- are quite creative and slightly humorous.
  14.  
  15. You'll need two files to run the utility. Copy the file BWCC.DLL to your
  16. WINDOWS\SYSTEM directory and execute the file BUTTONS.EXE under Windows.
  17.  
  18. The files BUTTONS.CPP, BUTTONS.DEF and BUTTONS.RC constitute the source
  19. code. To recompile BUTTONS.EXE, include these files, and the file
  20. BWCC.LIB, in a Turbo C++ 3.1 for Windows project. (You may also use
  21. compatible later versions of Turbo C++ for Windows or Borland C++.)
  22.  
  23. The file BWCC.DLL is a copyrighted Borland library which is
  24. distributable royalty-free with utilities like BUTTONS.EXE. The file
  25. BWCC.LIB is copyrighted and is part of Turbo C++ 3.1 for Windows. All
  26. other files are in the public domain.
  27.  
  28.  
  29. Philip J. Erdelsky
  30. 75746.3411@compuserve.com
  31.  
  32.