Location:
Search - MFC DLL
Search list
Description: 一个用MFC DLL开发的日期函数库-a DLL with MFC's date library
Platform: |
Size: 9891 |
Author: 高文涛 |
Hits:
Description: MFC DLL的编写和调用示例-MFC DLL and call the sample preparation
Platform: |
Size: 130237 |
Author: hhh |
Hits:
Description: 一个用MFC DLL开发的日期函数库-a DLL with MFC's date library
Platform: |
Size: 9216 |
Author: |
Hits:
Description: MFC DLL的编写和调用示例-MFC DLL and call the sample preparation
Platform: |
Size: 130048 |
Author: hhh |
Hits:
Description: 此代码示范了如何将对话框封装到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, dlldemo demonstration of a call from the VC; 2, vbnetdllcall demonstration calling from VB.NET example;
Platform: |
Size: 71680 |
Author: 丁俊 |
Hits:
Description: 用ActiveX重新改写了一个点对点通讯的DLL文件,这样可以方便的在VB,vbs,js等脚本语言,特别是用在IE里面特别方便了。-using ActiveX rewriting of a point-to-point communications DLL files, this can be convenient in VB, vbs, js other scripting language, especially the use of IE in particular inside convenient.
Platform: |
Size: 88064 |
Author: |
Hits:
Description: 我接触DLL的时间也不长,对DLL的了解也不是很深,在这里以一个简单的例子说明一下应用程序与DLL是如何工作的,希望给初学者一些帮助。文章附有源码,以编译通过。-I contacted the time is not long, right DLL understanding is not very deep here in a simple examples to illustrate what applications and how the DLL is working, and hopes to give some help beginners. Articles with source code to compile.
Platform: |
Size: 43008 |
Author: |
Hits:
Description: 如果要编写模块化的软件,就要对对动态链接库(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 dialogs in common use into DLLs. Now we begin with a simple example, to explain how to export classes an dialogs from MFC extended DLL.
Platform: |
Size: 19456 |
Author: |
Hits:
Description: MFC动态链接库实例,实现DLL函数封装-MFC dll sample
Platform: |
Size: 995328 |
Author: 陈 |
Hits:
Description: VC++中非MFC DLL编程源代码之导出类-VC African MFC DLL programming source derived category of Code
Platform: |
Size: 368640 |
Author: ai |
Hits:
Description: 说明:
1.copy these four files to your pragram folder,
2.add "*.Lib","*.h" to the project
if USING MFC DLL, the files in "DLL" Folder,
if using static lib,the files in "static" folder
3.add #include"SkinMagicLib.h" to the C*APP.cpp
4.In C*APP::InitInstance(),
before show window,
add:
InitSkinMagicLib( GetModuleHandle(NULL), NULL, NULL,NULL)
LoadSkinFile(".\\Tusk.smf")
SetWindowSkin(AfxGetApp()->m_pMainWnd->m_hWnd , "MainFrame" )
SetDialogSkin("Dialog")
-: 1.copy these four files to your pragram folder, 2.add "*. Lib" "*. h" to the project if USING MFC DLL, the files in "DLL" Folder, if using static lib, the files in the "static" folder 3.add# include "sk inMagicLib.h "to the C* C* APP.cpp 4.In APP : : InitInstance (), before show window, add : InitSkinMagicLib (GetModuleHandle (NULL) NULL, NULL, NULL) LoadSkinFile (. " \ \ Tusk.smf ") SetWindo wSkin (AfxGetApp ()-
Platform: |
Size: 501760 |
Author: 好军 |
Hits:
Description: 如何在DLL中使用对话框,从Win32 DLL和MFC DLL两个方面来分析并解决这个问题。 -how to use the DLL dialog, from Win32 DLL and MFC DLL two aspects to analyze and solve the problem.
Platform: |
Size: 9216 |
Author: xjc |
Hits:
Description: 对Excel进行读写操作DLL,用MFC dll编写-to read and write Excel DLL to operate with the preparation of MFC d
Platform: |
Size: 28672 |
Author: |
Hits:
Description: 这个DLL的例子,属于静态链接到MFC 的规则DLL。静态链接到MFC的规则DLL与MFC库(包括MFC扩展 DLL)静态链接,将MFC库的代码直接生成在.dll文件中。在调用这种DLL的接口时,MFC使用DLL的资源。因此,在静态链接到MFC 的规则DLL中不需要进行模块状态的切换。-the DLL example, belong to the static link to the rules MFC DLL. MFC static link to the rules and MFC DLL libraries (including MFC extension DLL) static link, MFC will direct the generated code in. dll file. In calling this DLL interface, using MFC DLL resources. Therefore, the static link to the rules MFC DLL module does not require state switch.
Platform: |
Size: 26624 |
Author: zhengyan |
Hits:
Description: 如果应用程序在共享 DLL 中使用 MFC,且应用程序使用的语言不是
操作系统的当前语言,则需要从 Microsoft Visual C++ 光盘上
Win\System 目录下将相应的本地化资源 MFC70XXX.DLL
-If the application sharing in the use of MFC DLL, Application procedures and the use of the language of the operating system is not the current language, need from Microsoft Visual C ROM Win \ System directory to the corresponding localization resources MFC70XXX.DLL
Platform: |
Size: 58368 |
Author: liu |
Hits:
Description: MFC DLL的应用,可以通过这个例子熟悉一下MFC是如何使用DLL链接库,很初级的,可能够不上水平-MFC DLL application, you can familiarize yourself with this example is how to use the MFC library DLL, it is primary and can be able to level
Platform: |
Size: 2118656 |
Author: 李凤杰 |
Hits:
Description: VC++动态链接库DLL编程深入浅出
概论
静态链接库
库的调试与查看
非MFC DLL
MFC规则DLL
MFC扩展DLL的创建-VC++ Dynamic-link library DLL programming easy Introduction to the static link library library debugging and view the non-MFC DLLMFC rules DLLMFC expansion DLL creation
Platform: |
Size: 555008 |
Author: shennq |
Hits:
Description: vc-mfc编程实例,是学习MFC的必备,是由浅入深的良药-vc-mfc programming examples, is essential to learn MFC, is easy-to-digest medicine
Platform: |
Size: 25564160 |
Author: 桂祖恒 |
Hits:
Description: MFC深入浅出
1_MFC概述
2_MFC和Win32
3_CObject类
4_消息映射的实现
5_MFC对象的创建
6_应用程序的退出
7_MFC的DLL
8_MFC的进程和线程
-1_MFC easy overview of MFC and Win32 3_CObject category 2_MFC news 4_ mapping object created 5_MFC realize 6_ application to withdraw from 7_MFC the DLL 8_MFC process and thread
Platform: |
Size: 334848 |
Author: 雪中漫步 |
Hits:
Description: MFC DLL API,用于MFC处理的动态链接处理,用于WINCE6.0,-USE IN WINCE 6.0
Platform: |
Size: 70656 |
Author: huang |
Hits:
« 12
3
4
5
6
7
8
9
10
...
32
»