搜索资源列表
一步一步实现MFC扩展DLL中导出类和对话框
- 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and
在其它工程中调用DLL显示对话框
- 在DLL中创建对话框,在其它工程中调用DLL显示对话框-DLL created in the dialog, the other projects called DLL dialog box appears
DLL
- 动态链接库,DLL编程,对类,对话框,函数如何实现都作了详细地介绍
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
DLL导出对话框
- 能使用dll中的资源创建对话框
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_CProcessCtlDlg
- 这是一个使用MFC扩展动态链接库制作的进度条对话框类,他不需要在状态条上显示,而且可以设定窗口颜色,大小,进度条及背景的颜色,同时可以设置窗口的透明度。它包含了CProcessCtl的所有功能函数。 这里包含了源程序代码,Demo以及生成的库。-This is an MFC extension DLL using the production of the progress bar dialog class, he did not need the status bar displays,
GDIPlus
- 对话框皮肤的制作,dll动态链接。UI界面设计。-ui interface
dll
- 一个简单的动态连接库程序,点击对话框中的调用后可以调用例外一个程序。-A simple dynamic link library program, click the dialog box, after calling a program can call an exception.
link
- 链接库应用 动态链接库 源代码 链接库应用 1.Win32动态链接库:实现在Win32 DLL中使用对话框资源 2.Win32静态链接库:实现在字符界面下求某个数的平方 3、MFC 动态链接库: -Link Library application source code for dynamic link library dynamic link library application 1.Win32 link library: towards the use of dial
ViewOutlookdemo
- Outlook风格对话框,要加入codejock动态链接库才能正常运行.-Dialog of outlook style. Please add the dll library of codejock.
dlldialog
- 导出动态链接库(dll)中的类,以及dll类中的3个对话框-Export dynamic link library (dll) in the class, and class 3 dll dialog
DLL-make(09.19)
- dll对话框的制作。包括表格的生成、数据填充等。-dll dialog production. Including forms of generation, data filling and so on.
MFC-REGULAR-DLL
- 创建MFC常规DLL,通过导出函数显示颜色信息对话框-Create a MFC regular DLL, through the Export dialog box function displays color information
test
- MFCDialogTodllMFC winziward dll mfc对话框程序封装为d-MFCDialogTodll:make mfc dialog appliation to a dll
Batcd-DLL
- 批量检查指定IP地址端口是否打开的DLL,含DLL调用例子(Batch check that the specified IP address port is on DLL, DLL call example)
DlgDll
- 对话框调用动态链接库(DLL)中的对话框资源,含模态对话框和非模态对话框示例,调用的对话框集成了曲线的绘制,可类似于绘图插件,应用于数值计算中曲线的实时动态显示;稍作修改还可应用于程序中循环变量(2D&3D)的实时动态显示。程序参考了网络两个作者的相关代码并集成,在此感谢!(The dialog box call dynamic link library (DLL) in the dialog resources, including modal dialog and non modal
Dll中创建窗体对话框并调用
- 在MFC中,C++语言在一个dll中调用另一个dll(Calling another DLL in one DLL)