CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - dll mfc
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - dll mfc - List
[
Windows Develop
]
MFCDLLSHARE
DL : 0
带资源的MFCDLLSHARED的DLL应用,包括在DIALOG和MAINFRAME中使用-MFCDLLSHARED resources with the application DLL, DIALOG and including the use of MAINFRAME
Update
: 2025-02-17
Size
: 193kb
Publisher
:
[
Documents
]
Visual C++ MFC 简明教程
DL : 0
VC MFC 秒简明教程-VC MFC seconds Concise Guide
Update
: 2025-02-17
Size
: 26kb
Publisher
:
古龙
[
Windows Develop
]
一个用MFC DLL开发的日期函数库
DL : 0
一个用MFC DLL开发的日期函数库-a DLL with MFC's date library
Update
: 2025-02-17
Size
: 9kb
Publisher
:
[
Other
]
MFC DLL的编写和调用示例
DL : 0
MFC DLL的编写和调用示例-MFC DLL and call the sample preparation
Update
: 2025-02-17
Size
: 127kb
Publisher
:
hhh
[
Documents
]
VC-11
DL : 0
动态链接MFC的常规DLL的实例-dynamic link MFC conventional examples of DLL
Update
: 2025-02-17
Size
: 6kb
Publisher
:
李永
[
Dialog_Window
]
DLL输出对话框类的例子
DL : 1
此代码示范了如何将对话框封装到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;
Update
: 2025-02-17
Size
: 70kb
Publisher
:
丁俊
[
VOIP program
]
用MFC改写的点对点语音通讯的ActiveX控件源代码
DL : 0
用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.
Update
: 2025-02-17
Size
: 86kb
Publisher
:
[
OS program
]
MFC扩展动态链接库
DL : 0
我接触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.
Update
: 2025-02-17
Size
: 42kb
Publisher
:
[
ADO-ODBC
]
常州旅游管理系统(两种方式)
DL : 1
If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.
Update
: 2025-02-17
Size
: 2.91mb
Publisher
:
陈军
[
Windows Develop
]
一步一步实现MFC扩展DLL中导出类和对话框
DL : 0
如果要编写模块化的软件,就要对对动态链接库(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.
Update
: 2025-02-17
Size
: 19kb
Publisher
:
[
Windows Develop
]
MfcDLL
DL : 0
MFC动态链接库实例,实现DLL函数封装-MFC dll sample
Update
: 2025-02-17
Size
: 972kb
Publisher
:
陈
[
GUI Develop
]
MFCdll_demo
DL : 0
不同的dll组件加载的实例,可以做为MFC中DLL开发的经典教程-different dll component loading example, can be used as a DLL MFC development of the classic guide
Update
: 2025-02-17
Size
: 126kb
Publisher
:
李毅
[
Chess Poker games
]
a1s2d3f
DL : 0
五子棋的小程序,MFC编写,非常简单,-331 small procedures, the preparation of MFC, very simple, thank you
Update
: 2025-02-17
Size
: 84kb
Publisher
:
康睿
[
ActiveX/DCOM/ATL
]
dll_import_example
DL : 0
VC++中非MFC DLL编程源代码之导出类-VC African MFC DLL programming source derived category of Code
Update
: 2025-02-17
Size
: 360kb
Publisher
:
ai
[
GUI Develop
]
VC++(MFC)Face
DL : 0
说明: 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 ()-
Update
: 2025-02-17
Size
: 490kb
Publisher
:
好军
[
Windows Develop
]
MyExtenDll
DL : 0
简单的MFC入门学习程序代码,很适合刚刚开始学习MFC编程的人学习用-simple MFC learning portal code, which is perfect for just started learning MFC programming with learning from the people
Update
: 2025-02-17
Size
: 22kb
Publisher
:
reka
[
Other
]
RegularDll
DL : 0
这个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.
Update
: 2025-02-17
Size
: 26kb
Publisher
:
zhengyan
[
VC/MFC
]
MFC_DLL
DL : 0
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
Update
: 2025-02-17
Size
: 542kb
Publisher
:
shennq
[
VC/MFC
]
vc-mfc.Example
DL : 1
vc-mfc编程实例,是学习MFC的必备,是由浅入深的良药-vc-mfc programming examples, is essential to learn MFC, is easy-to-digest medicine
Update
: 2025-02-17
Size
: 24.38mb
Publisher
:
桂祖恒
[
VC/MFC
]
MFC
DL : 0
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
Update
: 2025-02-17
Size
: 327kb
Publisher
:
雪中漫步
«
1
2
3
4
5
6
7
8
9
10
...
32
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.