文件名称:mfc ocx控件创建及使用
文件大小:737KB
文件格式:ZIP
更新时间:2016-03-27 03:41:47
mfc ocx dialog
用vs2008创建一个ocx控件,并在另一个mfc_dialog工程里调用了这个控件。本例是ocx工程创建与调用的最基本例子,所以截了很多图,一步一步展示。
【文件预览】:
MFC+OCX工程创建.doc
FirstOcx
----FirstOcx.sln(890B)
----FirstOcx()
--------FirstOcx.idl(1KB)
--------FirstOcxCtrl.h(946B)
--------FirstOcx.vcproj(6KB)
--------FirstOcx.vcproj.INTEL.Administrator.user(1KB)
--------FirstOcx_i.c(2KB)
--------FirstOcx.aps(22KB)
--------stdafx.h(1KB)
--------FirstOcx.rc(4KB)
--------FirstOcx.def(195B)
--------ReadMe.txt(3KB)
--------FirstOcx.ico(1KB)
--------FirstOcx.cpp(1KB)
--------stdafx.cpp(137B)
--------FirstOcx.h(450B)
--------FirstOcxPropPage.h(541B)
--------Resource.h(555B)
--------FirstOcxidl.h(9KB)
--------FirstOcxCtrl.bmp(238B)
--------FirstOcxCtrl.cpp(4KB)
--------targetver.h(1KB)
--------FirstOcxPropPage.cpp(1KB)
TestFirstOcx
----TestFirstOcx()
--------resource.h(730B)
--------TestFirstOcxDlg.cpp(3KB)
--------TestFirstOcx.rc(6KB)
--------TestFirstOcx.vcproj(6KB)
--------stdafx.h(2KB)
--------ReadMe.txt(3KB)
--------res()
--------stdafx.cpp(145B)
--------TestFirstOcxDlg.h(688B)
--------CDFirstOcx.cpp(415B)
--------TestFirstOcx.vcproj.INTEL.Administrator.user(1KB)
--------TestFirstOcx.aps(103KB)
--------TestFirstOcx.h(481B)
--------TestFirstOcx.cpp(2KB)
--------CDFirstOcx.h(1KB)
--------targetver.h(1KB)
----TestFirstOcx.sln(902B)