DLL中导出对话框

DLL中导出对话框

建立Win32工程-->DLL->MFC的支持

加入一个对话框,增加对应类

正常导出一个函数,如下
 
MSDN说明:
The AFX_MODULE_STATE structure contains global data for the module, that is, the portion of the module state that is pushed or popped. 
By default, MFC uses the resource handle of the main application to load the resource template. If you have an exported function in a DLL, such as one that launches a dialog box in the DLL, this template is actually stored in the DLL module. You need to switch the module state for the correct handle to be used. You can do this by adding the following code to the beginning of the function:
Visual C++  Copy Code 
AFX_MANAGE_STATE(AfxGetStaticModuleState( )); 
This swaps the current module state with the state returned from AfxGetStaticModuleState until the end of the current scope.

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值