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

搜索资源列表

  1. 一步一步实现MFC扩展DLL中导出类和对话框

    0下载:
  2. 如果要编写模块化的软件,就要对对动态链接库(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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:19.73kb
    • 提供者:杨杰
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2.03mb
    • 提供者:smj_9547
  1. sMakkeTwoBarrh

    0下载:
  2. 教你怎样制作PDF417、QRCode二维条码,怎样进行图像压缩,提提供免费的DLL,有打印复制设置样本,是你制作与应用二维条码的必备案例 -Teach you how to make PDF417, QRCode barcode, how to image compression, provided at the free DLL print copy set samples, the essential case of the production and application of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:125.9kb
    • 提供者:cbcongfuzi
  1. usedll

    0下载:
  2. 教你如何使建立一个DLL并使用这个DLL。原代码已调试通过。-Teach you how to make the creation of a DLL and use this DLL. Debugging the original code has been adopted.
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-13
    • 文件大小:118.71kb
    • 提供者:lingxin
  1. makedll

    0下载:
  2. a few articles about how to make dll using VC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:470.22kb
    • 提供者:柳星
  1. DlgDll

    0下载:
  2. introduce how to make dll using VC which includes dialog.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:23.5kb
    • 提供者:柳星
  1. Win32APIandPB

    0下载:
  2. 1. 如何使PB窗口总在最上层 通过SetWindowPos函数吧窗口的显示层次修改为HWND_TOPMOST,就可以使指定窗 口永远不会被其他窗口覆盖,该函数声明为: Function Long SetWindowPos(Long hwnd, Long ord, Long x, Long y, Long dx, Long dy, Long uflag) Library “user32.dll” 参数1为要顶层显示的窗口句柄,参数2指定显示的层次,参数7为附加选项,其余
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2.49kb
    • 提供者:杨四
  1. CallingVCDLLfromVB

    0下载:
  2. This function demonstrates how to call a DLL compiled in VC++ in VB. In this example, it provides both VC++ source code to make DLL and VB code to call function inside.
  3. 所属分类:Shell api

    • 发布日期:2017-03-29
    • 文件大小:29.84kb
    • 提供者:fx130303
  1. Create_a_D1550032252003

    0下载:
  2. This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:5.93kb
    • 提供者:JIMMY WONG
  1. DLL-MAKE

    0下载:
  2. 工程为怎样创建mfc动态链接库,怎样导出并且提供给其他应用程序调用-How to create a mfc project as dynamic link library, how to export to other applications and provides call
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:191.83kb
    • 提供者:赵鹏
  1. PE-fileformat-explanation

    0下载:
  2. 为了获得PE文件中所包含的重要信息,我编写了一个名为PEFILE.DLL的动态链接库,本文中所有出现的源码示例亦均摘自于此。这个DLL和它的源代码都作为PEFile示例程序的一部分包含在了CD中(译注:示例程序请在MSDN中寻找,本站恕不提供),你可以在你自己的应用程序中使用这个DLL;同样,你亦可以依你所愿地使用并构建它的源码。在本文末尾,你会找到PEFILE.DLL的函数导出列表和一个如何使用它们的说明。我觉得你会发现这些函数会让你从容应付PE文件格式的。 -In order to o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:10.02kb
    • 提供者:wangzhneghui
  1. Controlli

    0下载:
  2. how to make gui whit vb6 programming, whitout api or d-how to make gui whit vb6 programming, whitout api or dll
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:10.77kb
    • 提供者:ivan
  1. plugin-src

    0下载:
  2. Making a Plugin System-Now, lets say that you are making a program, maybe a game, and you decide that you want to make it moddable without your intervention. Now, of course, you think of how that might be possible, and without forcing the users to in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4.83kb
    • 提供者:figo
  1. fotwardingksubroutine

    0下载:
  2. 如何使STL类在Dll中导出,有参考意义,不错的源码,推荐给大家-How to make the STL classes in Dll export, have reference meaning, good source, recommend to you
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:10kb
    • 提供者:ijtsrrupt
搜珍网 www.dssz.com