home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / scentbns / read1st.txt < prev    next >
Encoding:
Text File  |  1996-11-20  |  3.7 KB  |  105 lines

  1. *****************************************************************************
  2. SRC Enterprises Button Custom Control
  3. READ1ST.TXT Text File
  4. *****************************************************************************
  5.  
  6. Files in this zip package:
  7.  
  8.    READ1ST.TXT  - The file you are reading right now.
  9.    SRCENTBN.DOC - The Button Custom Control Documentation
  10.    SRCENTBN.DLL - The Button DLL/VBX file
  11.    SRCENTBN.H   - The Button C/C++ header file
  12.    SRCENTBN.LIB - The Button C/C++ link library file
  13.    ORDERBN.TXT  - Button Custom Control registered version order form
  14.  
  15.    Demo programs and associated files:
  16.  
  17.    BNDEMO1.C
  18.    BNDEMO1.H
  19.    BNDEMO1.RC
  20.    BNDEMO1.DEF
  21.    BNDEMO1.EXE
  22.  
  23.    BNDEMO2.CPP
  24.    BNDEMO2.H
  25.    BNDEMO2.RC
  26.    BNDEMO2.DEF
  27.    BNDEMO2.EXE
  28.  
  29.    BNDEMO3.CPP
  30.    BNDEMO3.H
  31.    BNDEMO3.RC
  32.    BNDEMO3.DEF
  33.    RESOURCE.H
  34.    BNDEMO3.EXE
  35.  
  36.    BNDEMO4.MAK
  37.    BNDEMO4.FRM
  38.    ABOUTDLG.FRM
  39.    BNDEMO4.EXE
  40.  
  41.    Lots of bitmap (.bmp) files of all the bitmaps used in the demo programs.
  42.  
  43. *****************************************************************************
  44.  
  45. The Button Custom Control program and demo programs and documentation were
  46. developed with:
  47.  
  48. Microsoft (R) C/C++ Optimizing Compiler Version 8.00c  (Visual C++ 1.52)
  49. Microsoft (R) Segmented Executable Linker Version 5.60.339
  50. Microsoft (R) Windows Resource Compiler Version 3.11
  51. Microsoft (R) Visual Basic Version 3.0
  52. Microsoft (R) Word Version 6.0c
  53.  
  54. *****************************************************************************
  55.  
  56. At this point I assume that experienced Visual Basic/C/C++ programmers
  57. have obtained and unpacked the SCENTBNS.ZIP file onto a temporary
  58. directory. I will not assume to know the details of your particular
  59. programming environment, so I will keep these instructions on a
  60. fundamental basis.
  61.  
  62. First things first, print the SRCENTBN.DOC file.  It contains all the
  63. information needed for you as a programmer to incorporate Button controls
  64. in your programs.  This is a Microsoft Word Version 6.0 document file.
  65.  
  66. The SRCENTBN.DLL file should be copied to a directory where DLL files
  67. are accessable on your system, usually the /windows/system directory.
  68. To use the Button as a Visual Basic Extention(VBX), simply copy or rename
  69. SRCENTBN.DLL to SRCENTBN.VBX
  70.  
  71. The SRCENTBN.H file should be copied to the directory where the C/C++ compiler
  72. has access to header files.
  73.  
  74. The SRCENTBN.LIB file should be copied to the directory where the linker
  75. has access to link libraries.
  76.  
  77. The demonstration programs and their source code are provided as just that.
  78. They are for reference only to demonstrate how to use the Button
  79. programmer API functions (and C++ Button Class) with detailed comments.
  80. I would suggest you start with the source code for the demo programs as a
  81. basis for experimenting with incorporating Button controls in your
  82. programs.
  83.  
  84. For the Shareware Version:
  85. When the Button DLL/VBX is first loaded by an application program, a dialog
  86. appears, indicating you have the shareware version of the Button Custom
  87. Control. Other than that, it is fully functional.
  88.  
  89. It is my hope that you find the Button control easy and straight forward
  90. to use, as this is certainly my intention.
  91.  
  92. *****************************************************************************
  93.  
  94. You may freely distribute the shareware version of this Button control,
  95. but only in its original form (ie: the original ZIP file containing all
  96. files as distributed).
  97.  
  98. Under no circumstances will the author be in any way responsible for any
  99. damages or losses incurred by using the Button control.
  100.  
  101. *****************************************************************************
  102.  
  103. Steven R Clabaugh
  104. SRC Enterprises
  105.