home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1999 October / PCpro_1999_10.ISO / Tools / vbcrypt / Control / Source / README.TXT < prev    next >
Encoding:
Text File  |  1997-04-06  |  4.0 KB  |  113 lines

  1. ========================================================================
  2.         ActiveX Control DLL : DES
  3. ========================================================================
  4.  
  5. ControlWizard has created this project for your DES ActiveX Control
  6. DLL, which contains 1 control.
  7.  
  8. This skeleton project not only demonstrates the basics of writing an
  9. ActiveX Control, but is also a starting point for writing the specific
  10. features of your control.
  11.  
  12. This file contains a summary of what you will find in each of the files
  13. that make up your DES ActiveX Control DLL.
  14.  
  15. DES.mak
  16.     The Visual C++ project makefile for building your ActiveX Control.
  17.  
  18. DES.h
  19.     This is the main include file for the ActiveX Control DLL.  It
  20.     includes other project-specific includes such as resource.h.
  21.  
  22. DES.cpp
  23.     This is the main source file that contains code for DLL initialization,
  24.     termination and other bookkeeping.
  25.  
  26. DES.rc
  27.     This is a listing of the Microsoft Windows resources that the project
  28.     uses.  This file can be directly edited with the Visual C++ resource
  29.     editor.
  30.  
  31. DES.def
  32.     This file contains information about the ActiveX Control DLL that
  33.     must be provided to run with Microsoft Windows.
  34.  
  35. DES.clw
  36.     This file contains information used by ClassWizard to edit existing
  37.     classes or add new classes.  ClassWizard also uses this file to store
  38.     information needed to generate and edit message maps and dialog data
  39.     maps and to generate prototype member functions.
  40.  
  41. DES.odl
  42.     This file contains the Object Description Language source code for the
  43.     type library of your control.
  44.  
  45. /////////////////////////////////////////////////////////////////////////////
  46. DES control:
  47.  
  48. DESCtl.h
  49.     This file contains the declaration of the CDESCtrl C++ class.
  50.  
  51. DESCtl.cpp
  52.     This file contains the implementation of the CDESCtrl C++ class.
  53.  
  54. DESPpg.h
  55.     This file contains the declaration of the CDESPropPage C++ class.
  56.  
  57. DESPpg.cpp
  58.     This file contains the implementation of the CDESPropPage C++ class.
  59.  
  60. DESCtl.bmp
  61.     This file contains a bitmap that a container will use to represent the
  62.     CDESCtrl control when it appears on a tool palette.  This bitmap
  63.     is included by the main resource file DES.rc.
  64.  
  65. /////////////////////////////////////////////////////////////////////////////
  66. Help Support:
  67.  
  68. MakeHelp.bat
  69.     Use this batch file to create your ActiveX Control's Help file,
  70.     DES.hlp.
  71.  
  72. DES.hpj
  73.     This file is the Help Project file used by the Help compiler to create
  74.     your ActiveX Control's Help file.
  75.  
  76. *.bmp
  77.     These are bitmap files required by the standard Help file topics for
  78.     Microsoft Foundation Class Library standard commands.  These files are
  79.     located in the HLP subdirectory.
  80.  
  81. DES.rtf
  82.     This file contains the standard help topics for the common properties,
  83.     events and methods supported by many ActiveX Controls.  You can edit
  84.     this to add or remove additional control specific topics.  This file is
  85.     located in the HLP subdirectory.
  86.  
  87. /////////////////////////////////////////////////////////////////////////////
  88. Licensing support:
  89. DES.lic
  90.     This is the user license file.  This file must be present in the same
  91.     directory as the control's DLL to allow an instance of the control to be
  92.     created in a design-time environment.  Typically, you will distribute
  93.     this file with your control, but your customers will not distribute it.
  94.  
  95. /////////////////////////////////////////////////////////////////////////////
  96. Other standard files:
  97.  
  98. stdafx.h, stdafx.cpp
  99.     These files are used to build a precompiled header (PCH) file
  100.     named stdafx.pch and a precompiled types (PCT) file named stdafx.obj.
  101.  
  102. resource.h
  103.     This is the standard header file, which defines new resource IDs.
  104.     The Visual C++ resource editor reads and updates this file.
  105.  
  106. /////////////////////////////////////////////////////////////////////////////
  107. Other notes:
  108.  
  109. ControlWizard uses "TODO:" to indicate parts of the source code you
  110. should add to or customize.
  111.  
  112. /////////////////////////////////////////////////////////////////////////////
  113.