Welcome![Sign In][Sign Up]
Location:
Search - VC mfc DLL

Search list

[GUI DevelopVC++(MFC)Face

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: 502104 | Author: 好军 | Hits:

[File Operatevc++dllintroduce

Description: VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)-VC DLL programming basis for the conception : Visual C support three DLL, They are the Non-MFC DLL (Dynamic Library MFC), MFC Regular DLL (MFC rules DLL), MFC Extension DLL (MFC extension DLL)
Platform: | Size: 387752 | Author: 董峰涛 | Hits:

[DocumentsVisual C++ MFC 简明教程

Description: VC MFC 秒简明教程-VC MFC seconds Concise Guide
Platform: | Size: 26624 | Author: 古龙 | Hits:

[DocumentsVC-11

Description: 动态链接MFC的常规DLL的实例-dynamic link MFC conventional examples of DLL
Platform: | Size: 6144 | Author: 李永 | Hits:

[Dialog_WindowDLL输出对话框类的例子

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:

[Windows DevelopCAsyncSocket

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming procedures in the design process is becoming increasingly important. As the C language to the underlying operational superiority, many articles have all introduced with VC for Socket programming method. But are the direct use of Dynamic Link Library wsock32.dll operate to achieve relatively more complicated. In fact, the VC MFC provided CAsyncSocket such a socket type used him to Socket Programming, it is very convenient.
Platform: | Size: 5120 | Author: 利于名 | Hits:

[ActiveX/DCOM/ATLdll_import_example

Description: VC++中非MFC DLL编程源代码之导出类-VC African MFC DLL programming source derived category of Code
Platform: | Size: 368640 | Author: ai | Hits:

[GUI DevelopVC++(MFC)Face

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:

[VC/MFCvclibbook

Description: VC技术资料 包裹VC/MFC基础类 DLL HACK资料等-VC technical information parcels VC/MFC foundation classes DLL information HACK
Platform: | Size: 155648 | Author: acc | Hits:

[VC/MFCMFC_DLL

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:

[VC/MFCvc-mfc.Example

Description: vc-mfc编程实例,是学习MFC的必备,是由浅入深的良药-vc-mfc programming examples, is essential to learn MFC, is easy-to-digest medicine
Platform: | Size: 25564160 | Author: 桂祖恒 | Hits:

[VC/MFCVC+++MFC+DLL

Description: VC中关于动态库的详细编程解读文档,非常详细。-VC on the dynamic programming detailed interpretation of the Treasury documents, in great detail.
Platform: | Size: 8192 | Author: sssw | Hits:

[VC/MFCvc

Description: 第1课 Windows程序运行原理及程序编写流程 3 第2课 类的编写与应用 5 第3课 讲述MFC AppWizard的原理与MFC程序框架的剖析 6 第4课 第4课 MFC消息映射机制的剖析 讲述如何运用ClassWizard 8 第5课 文本编程 11 第6课 菜单编程 15 第7课 对话框用户界面程序的编写 21 第8课 逃跑按钮的巧妙实现 23 第9课 如何修改MFC AppWizard向导生成的框架程序的外观和大小 24 第10课 图形的绘制,如何使用自定义画笔 27 第11课 如何让CDC上输出的文字、图形具有保持功能 29 第12课 文件操作 31 第13课 使用CArchive类对文件进行操作 33 第14课 网络编程 35 第15课 多线程与网络编程 40 第16课 事件内核对象、关键代码段(临界区)的讲解 44 第17课 进程间通信 47 第18课 ActiveX编程 56 第19课 DLL编程 58 第20课 钩子与数据库编程-======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : ShowAllProcess ======================================================================== AppWizard has created this ShowAllProcess application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your ShowAllProcess application. ShowAllProcess.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. ShowAllProcess.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CShowAllProcessApp applica
Platform: | Size: 310272 | Author: 陈冉 | Hits:

[Graph programdllmfc

Description: vc+MFC开发的常用的dll文件,集中到一起 vc+MFC,common dll file-vc+MFC,common dll file
Platform: | Size: 833536 | Author: 微微 | Hits:

[Windows DevelopVC_DLL_refer

Description: 介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。-Introdce you sth about DLL desigh in VC++. Include static lib、MFC/nonMFC DLL...
Platform: | Size: 552960 | Author: Jin Zhang | Hits:

[Documentsdll

Description: 本文将讨论如何利用VC MFC来创建不同类型的DLL,以及如何使用他们。-This article will discuss how to use VC MFC to create different types of DLL, and how to use them.
Platform: | Size: 10240 | Author: 丁丁 | Hits:

[VC/MFCvc

Description: 所有工程都以VC++ 6.0编写,在Windows 2000专业版和Windows 98第2版中调试通过。所有以MFC编写的工程都以动态链接MFC DLL库的方式编译。每个工程目录下除包含源代码以外,还提供了一个该工程在_DEBUG方式下编译生成的可执行文件。-All projects are prepared to VC++ 6.0 in Windows 2000 Professional and Windows 98 version 2 debug through. All projects are prepared by MFC to MFC DLL dynamic link library compiled form. In addition each project directory contains the source code, it also provides a way of the project compiled in _DEBUG generated executable file.
Platform: | Size: 2896896 | Author: chd | Hits:

[VC/MFC[VC-MFC].1

Description: [VC-MFC].1.rar是《VC编程实例》第1~10章的内容。主要讲解了VC基础知识,VC界面实例(包括绘图、菜单、窗口、控件窗口)等。 -1_MFC Overview 2_MFC and Win32 3_CObject class 4_ message mapping implementation 5_MFC object out of the application to create 6_ 7_MFC the DLL 8_MFC processes and threads
Platform: | Size: 18967552 | Author: kefan | Hits:

[VC/MFCMFC-DLL-preparation-ofDetailed

Description: VC++ MFC DLL动态链接库编写详解-VC++ the MFC DLL dynamic link library preparation of Detailed
Platform: | Size: 15360 | Author: zhous | Hits:

[VC/MFC精通MFC程序设计%5BC%2B%2B技术网www.cjjjs.cn%5D

Description: 全书由浅入深、循序渐进地介绍了 Visual C++开发环境下 MFC 库的具体使用方法。全书分 9 篇共 30 章, 内容涵盖了 Windows-VC-MFC、 MFC 框架及消息处理机制、 MFC 通用控件和对话框编程、文档-视结构、 MFC 数据库编程、 MFC 网络编程、注册表编程、进程线程和 DLL、异常与调试以及.NET MFC 应用等,其 中的大部分内容都配有较为丰富的实现代码。(This book introduces the specific use of MFC Library in Visual C++ development environment. The book is divided into 9 chapters with 30 chapters, The contents include Windows-VC-MFC, MFC framework and message processing mechanism, MFC general control and dialog programming, document view structure, MFC database programming, MFC network programming, registry programming, process thread and DLL, exception and debugging, and.NET MFC applications, etc. Most of the content is equipped with a wealth of implementation code.)
Platform: | Size: 60231680 | Author: 李由 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net