ReadMe.txt
上传用户:lwzh1970
上传日期:2007-01-01
资源大小:33k
文件大小:4k
源码类别:

对话框与窗口

开发平台:

Visual C++

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