搜索资源列表
DLL输出对话框类的例子
- 此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbnetdllcall 示范了从VB.NET调用的例子;-this code will be demonstrations of how to MFC dialog Packaging DLL, which may then be VC, VB / VB call. Compressed are two examples : one, dlld
vs2008-DLL-show-a-dialog
- 在网上找了很久在vs2008中用DLL来调用一个窗体的资料,终于让我测试成功了,哈哈,本系统在vs2008下用静态调用DLL的方式实现了DLL中显示对话框-On the Internet for a long time to call DLL in vs2008 using a form of data, and finally let me test succeeds, ha ha, the system calls in the DLL with the static under vs200
dlldlg.rar
- DLL 弹出对话框 应用 DLL 弹出对话框 应用,DLL Application pop-up dialog box pop-up dialog box DLL Application
mfctest
- DLL对话框导出类,实现多个DLL导出不同窗口在父窗口显示控制,多Tab切换!vs2003-DLL dialog derived class, DLL Export multiple different windows in the parent window display control, multi-Tab to switch! vs2003
调用DLL中窗体相关演示源码
- 调用DLL中窗体相关演示源码-call DLL Form related demonstration FOSS
thdhkDll
- 替换公共对话框的 DLL和演示,对DIY自己的程序很好的代码-DLL replacement of public dialog and demonstration, with its own procedures for DIY good code
DLLFORM
- 将DLL中的FORM变为MDI子FORM-The DLL in the MDI sub-FORM into FORM
DlgDll
- introduce how to make dll using VC which includes dialog.
vcdialogdll
- Visual c++ codes of dll which includes dialog.-Visual c++ Codes of dll which includes dialog.
GDIPlus
- 对话框皮肤的制作,dll动态链接。UI界面设计。-ui interface
Viewdll
- dll函数查看器,支持exe/dll -dll viewer function, support exe/dll
dlldialog
- 导出动态链接库(dll)中的类,以及dll类中的3个对话框-Export dynamic link library (dll) in the class, and class 3 dll dialog
_Test
- A project that exports a dialog from a DLL in MFC
DLL
- 自己编写的一个关于对话框的MFC程序 有Dll的调用-I have written an MFC dialog box procedure on the call to Dll
DLL-made-by-modeless-DialogL
- 用无模式对话框制作的DLL,在网上找了很多资料,但缺乏完善的解决方案。这个例子是我在长时间尝试之后找的一个可行方案。希望会对大家有用。-DLL modeless dialog produced a lot of information online to find, but the lack of a complete solution. This example is after a long time try to find a feasible option. I hope will be
Build-Dialog-DLL-(MFC)
- 用visual stdio 2010编写的在MFC框架下如何将对话框模块做成dll,里边有全套代码,欢迎下载-MFC framework written in Visual of stdio 2010 dialog module is made of the dll, inside with a full set of code are welcome to download
MFC-Call-dll
- 关于VC++调用DLL文件的程序代码,VC++6.0的对话框中调用DLL中的函数。-VC++ code to call the DLL file, VC++ 6.0 dialog box, call a DLL function.
Dll-create-form
- modal form in dllDO NOT EDIT what you see in these blocks of generated code!-dll 中创建窗体,并调用 DO NOT EDIT what you see in these blocks of generated code!
example-of-CSharp-call-CPP-dll
- C#调用C++dll实例(使用了P/Invoke的调用方法)-example of C# call C++ dll