Blame | Last modification | View Log | Download
========================================================================ActiveX Control DLL : KEYBOARDFILTER========================================================================ControlWizard has created this project for your KEYBOARDFILTER ActiveX ControlDLL, which contains 1 control.This skeleton project not only demonstrates the basics of writing anActiveX Control, but is also a starting point for writing the specificfeatures of your control.This file contains a summary of what you will find in each of the filesthat make up your KEYBOARDFILTER ActiveX Control DLL.KeyBoardFilter.dspThis file (the project file) contains information at the project level andis used to build a single project or subproject. Other users can share theproject (.dsp) file, but they should export the makefiles locally.KeyBoardFilter.hThis is the main include file for the ActiveX Control DLL. Itincludes other project-specific includes such as resource.h.KeyBoardFilter.cppThis is the main source file that contains code for DLL initialization,termination and other bookkeeping.KeyBoardFilter.rcThis is a listing of the Microsoft Windows resources that the projectuses. This file can be directly edited with the Visual C++ resourceeditor.KeyBoardFilter.defThis file contains information about the ActiveX Control DLL thatmust be provided to run with Microsoft Windows.KeyBoardFilter.clwThis file contains information used by ClassWizard to edit existingclasses or add new classes. ClassWizard also uses this file to storeinformation needed to generate and edit message maps and dialog datamaps and to generate prototype member functions.KeyBoardFilter.odlThis file contains the Object Description Language source code for thetype library of your control./////////////////////////////////////////////////////////////////////////////KeyBoardFilter control:KeyBoardFilterCtl.hThis file contains the declaration of the CKeyBoardFilterCtrl C++ class.KeyBoardFilterCtl.cppThis file contains the implementation of the CKeyBoardFilterCtrl C++ class.KeyBoardFilterPpg.hThis file contains the declaration of the CKeyBoardFilterPropPage C++ class.KeyBoardFilterPpg.cppThis file contains the implementation of the CKeyBoardFilterPropPage C++ class.KeyBoardFilterCtl.bmpThis file contains a bitmap that a container will use to represent theCKeyBoardFilterCtrl control when it appears on a tool palette. This bitmapis included by the main resource file KeyBoardFilter.rc./////////////////////////////////////////////////////////////////////////////Help Support:KeyBoardFilter.hpjThis file is the Help Project file used by the Help compiler to createyour ActiveX Control's Help file.*.bmpThese are bitmap files required by the standard Help file topics forMicrosoft Foundation Class Library standard commands. These files arelocated in the HLP subdirectory.KeyBoardFilter.rtfThis file contains the standard help topics for the common properties,events and methods supported by many ActiveX Controls. You can editthis to add or remove additional control specific topics. This file islocated in the HLP subdirectory./////////////////////////////////////////////////////////////////////////////Other standard files:stdafx.h, stdafx.cppThese files are used to build a precompiled header (PCH) filenamed stdafx.pch and a precompiled types (PCT) file named stdafx.obj.resource.hThis is the standard header file, which defines new resource IDs.The Visual C++ resource editor reads and updates this file./////////////////////////////////////////////////////////////////////////////Other notes:ControlWizard uses "TODO:" to indicate parts of the source code youshould add to or customize./////////////////////////////////////////////////////////////////////////////