嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
MFC Dialog Dll开发实例
DialogUI界面使用Dll封装方式生成DialogDll;
生成DialogTestApp应用程序来测试DialogDll
.
├── DialogDllTest
│ ├── DialogDll
│ │ ├── DialogDll.aps
│ │ ├── DialogDll.clw
│ │ ├── DialogDll.cpp
│ │ ├── DialogDll.def
│ │ ├── DialogDll.dsp
│ │ ├── DialogDll.dsw
│ │ ├── DialogDll.ncb
│ │ ├── DialogDll.opt
│ │ ├── DialogDll.plg
│ │ ├── DialogDll.rc
│ │ ├── DialogDlldefs.h
│ │ ├── LoadDialog.cpp
│ │ ├── LoadDialog.h
│ │ ├── ReadMe.txt
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── res
│ │ │ └── DialogDll.rc2
│ │ ├── testdlg.cpp
│ │ └── testdlg.h
│ └── DialogTest
│ ├── DialogTest.aps
│ ├── DialogTest.clw
│ ├── DialogTest.cpp
│ ├── DialogTest.dsp
│ ├── DialogTest.dsw
│ ├── DialogTest.h
│ ├── DialogTest.ncb
│ ├── DialogTest.opt
│ ├── DialogTest.plg
│ ├── DialogTest.rc
│ ├── DialogTestDlg.cpp
│ ├── DialogTestDlg.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── res
│ ├── DialogTest.ico
│ └── DialogTest.rc2
└── 好例子网_DialogDllTest.rar
5 directories, 39 files