CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - VC mfc DLL

搜索资源列表

  1. 自定义控件

    1下载:
  2. 用VC写的自定义控件的程序 该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。 它可以显示一段文本 当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息 可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)-VC write OCX control of the process is a conventional MFC DLL, it achieved a s
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:234.75kb
    • 提供者:沈显威
  1. CAsyncSocket

    1下载:
  2. 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming pro
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5.11kb
    • 提供者:利于名
  1. dll_import_example

    0下载:
  2. VC++中非MFC DLL编程源代码之导出类-VC African MFC DLL programming source derived category of Code
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:65.74kb
    • 提供者:ai
  1. VC++(MFC)Face

    0下载:
  2. 说明: 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.c
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:490.34kb
    • 提供者:好军
  1. vc++dllintroduce

    0下载:
  2. 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
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:378.66kb
    • 提供者:董峰涛
  1. DLL输出对话框类的例子

    0下载:
  2. 此代码示范了如何将对话框封装到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
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:59.26kb
    • 提供者:丁俊
  1. VC视图绘制动态曲线图

    0下载:
  2. ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 applic
  3. 所属分类:Windows编程

    • 发布日期:2011-12-18
    • 文件大小:1.88mb
    • 提供者:xiayang168
  1. MFC42UD.rar

    0下载:
  2. 把lib放到vc的mfc\lib下,dll放到windows\system32下。,把lib放到vc的mfc\lib下,dll放到windows\system32下。
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:893.23kb
    • 提供者:wf1230
  1. UG.rar

    2下载:
  2. 用于UG二次开发,智能打孔装配程序代码,mfc dll格式开发,UG for the secondary development of smart drilling assembly code, mfc dll format development
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:13.79kb
    • 提供者:朱大发
  1. MFC42UD_

    0下载:
  2. VC++ 6.0 MFC UNICODE相关文件,可以不用免得重新安装VC++了,只要拷贝到相应的路径就可以了-VC++ 6.0 MFC UNICODE related documents, you can not avoid re-install VC++, And as long as the copy to the corresponding path can be a
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:893.39kb
    • 提供者:Mr.
  1. DLL

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.28mb
    • 提供者:单单
  1. gif89_source

    0下载:
  2. 本控件Gif89a用VC 6.0和ATL创建,在使用时不需要任何DLL(包括atl.dll和mfc....dll)。本控件提供7个属性和3个方法来播放动画gif文件:-Gif89a with the control VC 6.0 and ATL to create, in use does not require any DLL (including atl.dll and mfc .... dll). The seven attributes to provide control and th
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-27
    • 文件大小:35.19kb
    • 提供者:gelilong
  1. VC_DLL_refer

    0下载:
  2. 介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。-Introdce you sth about DLL desigh in VC++. Include static lib、MFC/nonMFC DLL...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:540.13kb
    • 提供者:Jin Zhang
  1. VCskin

    0下载:
  2. vc mfc皮肤美化 调用DLL 值得参考-vc mfc skin beautification worth considering calling DLL
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-25
    • 文件大小:7.89mb
    • 提供者:李林
  1. 123

    0下载:
  2. 讲解了VC++MFC 如何调用DLL里的对话框资源, 含word文档详细讲解。-Explains how to call VC++ MFC DLL in the dialog resource, including word documents explain in detail.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:25.52kb
    • 提供者:sheeptou
  1. dll

    0下载:
  2. 此文档是DLL动态链接库编程的入门级资料。使用工具VC++,MFC 开发!-This document is the entry-level information of the DLL dynamic link library programming. Use the tools of VC, MFC development!
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-06
    • 文件大小:1.34mb
    • 提供者:王志勇
  1. MFC-DLL

    0下载:
  2. 对于vc的动态链接库的实例。可以帮助读者进一步了解他-it is about vc DLL
  3. 所属分类:ELanguage

    • 发布日期:2017-11-11
    • 文件大小:4.98mb
    • 提供者:jumoran
  1. MFC-Call-dll

    0下载:
  2. 关于VC++调用DLL文件的程序代码,VC++6.0的对话框中调用DLL中的函数。-VC++ code to call the DLL file, VC++ 6.0 dialog box, call a DLL function.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-11
    • 文件大小:2.02mb
    • 提供者:zhtwei
  1. VCPP-MFC-DLL

    0下载:
  2. vc++的MFC下动态链接库编写详解,DLL的创建与使用-vc++ the MFC dynamic link library written Xiangjie create DLL
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:22.52kb
    • 提供者:Thegr
  1. MFC-dll

    0下载:
  2. 本文件是MFC可执行文件在没有安装VC环境下的配置文件,内付说明-This document is an MFC executable file without installing the VC environment configuration file, which pay descr iption
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:832.21kb
    • 提供者:倪云龙
« 12 3 4 »
搜珍网 www.dssz.com