ReadMe.txt
上传用户:cnjubao
上传日期:2007-01-02
资源大小:34k
文件大小:3k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. ========================================================================
  2. ActiveX Control DLL : QLISTCTRL
  3. ========================================================================
  4. ControlWizard has created this project for your QLISTCTRL ActiveX Control
  5. DLL, which contains 1 control.
  6. This skeleton project not only demonstrates the basics of writing an
  7. ActiveX Control, but is also a starting point for writing the specific
  8. features of your control.
  9. This file contains a summary of what you will find in each of the files
  10. that make up your QLISTCTRL ActiveX Control DLL.
  11. QListCtrl.mak
  12. The Visual C++ project makefile for building your ActiveX Control.
  13. QListCtrl.h
  14. This is the main include file for the ActiveX Control DLL.  It
  15. includes other project-specific includes such as resource.h.
  16. QListCtrl.cpp
  17. This is the main source file that contains code for DLL initialization,
  18. termination and other bookkeeping.
  19. QListCtrl.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. QListCtrl.def
  24. This file contains information about the ActiveX Control DLL that
  25. must be provided to run with Microsoft Windows.
  26. QListCtrl.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. QListCtrl.odl
  32. This file contains the Object Description Language source code for the
  33. type library of your control.
  34. /////////////////////////////////////////////////////////////////////////////
  35. QListCtrl control:
  36. QListCtrlCtl.h
  37. This file contains the declaration of the CQListCtrlCtrl C++ class.
  38. QListCtrlCtl.cpp
  39. This file contains the implementation of the CQListCtrlCtrl C++ class.
  40. QListCtrlPpg.h
  41. This file contains the declaration of the CQListCtrlPropPage C++ class.
  42. QListCtrlPpg.cpp
  43. This file contains the implementation of the CQListCtrlPropPage C++ class.
  44. QListCtrlCtl.bmp
  45. This file contains a bitmap that a container will use to represent the
  46. CQListCtrlCtrl control when it appears on a tool palette.  This bitmap
  47. is included by the main resource file QListCtrl.rc.
  48. /////////////////////////////////////////////////////////////////////////////
  49. Licensing support:
  50. QListCtrl.lic
  51. This is the user license file.  This file must be present in the same
  52. directory as the control's DLL to allow an instance of the control to be
  53. created in a design-time environment.  Typically, you will distribute
  54. this file with your control, but your customers will not distribute it.
  55. /////////////////////////////////////////////////////////////////////////////
  56. Other standard files:
  57. stdafx.h, stdafx.cpp
  58. These files are used to build a precompiled header (PCH) file
  59. named stdafx.pch and a precompiled types (PCT) file named stdafx.obj.
  60. resource.h
  61. This is the standard header file, which defines new resource IDs.
  62. The Visual C++ resource editor reads and updates this file.
  63. /////////////////////////////////////////////////////////////////////////////
  64. Other notes:
  65. ControlWizard uses "TODO:" to indicate parts of the source code you
  66. should add to or customize.
  67. /////////////////////////////////////////////////////////////////////////////