firefox_call_OCX

所属分类:浏览器
开发工具:JavaScript
文件大小:2779KB
下载次数:22
上传日期:2017-01-23 16:42:49
上 传 者mzdtzxdsztk
说明:  详细介绍了火狐浏览器调用OCX的具体流程,包括环境搭建及代码解释,并附有实例说明
(Introduced the firefox browser calls the OCX specific processes, including environmental structures, and code to explain, with examples)

文件列表:
火狐调用OCX\代码\ocx\Debug\ocx.exp (993, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\ocx.ilk (354572, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\ocx.lib (1712, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\ocx.obj (14996, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\ocx.ocx (127037, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\ocx.pch (6660236, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\ocx.pdb (353280, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\ocx.res (5204, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\ocx.tlb (2072, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\OcxCtl.obj (45526, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\OcxPpg.obj (21725, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\regsvr32.trg (22, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\SharedFunction.obj (14801, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\StdAfx.obj (114755, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\vc60.idb (246784, 2014-11-16)
火狐调用OCX\代码\ocx\Debug\vc60.pdb (405504, 2014-11-16)
火狐调用OCX\代码\ocx\ocx.aps (21148, 2014-11-01)
火狐调用OCX\代码\ocx\ocx.clw (910, 2014-11-01)
火狐调用OCX\代码\ocx\ocx.cpp (1905, 2014-07-23)
火狐调用OCX\代码\ocx\ocx.def (214, 2014-07-23)
火狐调用OCX\代码\ocx\ocx.dsp (8560, 2014-11-01)
火狐调用OCX\代码\ocx\ocx.dsw (529, 2014-07-23)
火狐调用OCX\代码\ocx\ocx.h (928, 2014-07-23)
火狐调用OCX\代码\ocx\ocx.ico (1078, 2014-07-23)
火狐调用OCX\代码\ocx\ocx.ncb (115712, 2014-11-16)
火狐调用OCX\代码\ocx\ocx.odl (1939, 2014-11-01)
火狐调用OCX\代码\ocx\ocx.opt (53760, 2014-11-16)
火狐调用OCX\代码\ocx\ocx.plg (2887, 2014-11-16)
火狐调用OCX\代码\ocx\ocx.rc (4121, 2014-07-23)
火狐调用OCX\代码\ocx\OcxCtl.bmp (238, 2014-07-23)
火狐调用OCX\代码\ocx\OcxCtl.cpp (5905, 2014-11-01)
火狐调用OCX\代码\ocx\OcxCtl.h (2137, 2014-11-01)
火狐调用OCX\代码\ocx\OcxPpg.cpp (2295, 2014-07-23)
火狐调用OCX\代码\ocx\OcxPpg.h (1366, 2014-07-23)
火狐调用OCX\代码\ocx\Resource.h (520, 2014-07-23)
火狐调用OCX\代码\ocx\SharedFunction.cpp (4354, 2014-10-29)
火狐调用OCX\代码\ocx\SharedFunction.h (377, 2014-10-29)
火狐调用OCX\代码\ocx\StdAfx.cpp (204, 2014-07-23)
火狐调用OCX\代码\ocx\StdAfx.h (1185, 2014-07-23)
... ...

======================================================================== ActiveX Control DLL : OCX ======================================================================== ControlWizard has created this project for your OCX ActiveX Control DLL, which contains 1 control. This skeleton project not only demonstrates the basics of writing an ActiveX Control, but is also a starting point for writing the specific features of your control. This file contains a summary of what you will find in each of the files that make up your OCX ActiveX Control DLL. ocx.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. ocx.h This is the main include file for the ActiveX Control DLL. It includes other project-specific includes such as resource.h. ocx.cpp This is the main source file that contains code for DLL initialization, termination and other bookkeeping. ocx.rc This is a listing of the Microsoft Windows resources that the project uses. This file can be directly edited with the Visual C++ resource editor. ocx.def This file contains information about the ActiveX Control DLL that must be provided to run with Microsoft Windows. ocx.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to generate and edit message maps and dialog data maps and to generate prototype member functions. ocx.odl This file contains the Object Description Language source code for the type library of your control. ///////////////////////////////////////////////////////////////////////////// Ocx control: OcxCtl.h This file contains the declaration of the COcxCtrl C++ class. OcxCtl.cpp This file contains the implementation of the COcxCtrl C++ class. OcxPpg.h This file contains the declaration of the COcxPropPage C++ class. OcxPpg.cpp This file contains the implementation of the COcxPropPage C++ class. OcxCtl.bmp This file contains a bitmap that a container will use to represent the COcxCtrl control when it appears on a tool palette. This bitmap is included by the main resource file ocx.rc. ///////////////////////////////////////////////////////////////////////////// Other standard files: stdafx.h, stdafx.cpp These files are used to build a precompiled header (PCH) file named stdafx.pch and a precompiled types (PCT) file named stdafx.obj. resource.h This 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 you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者