搜索资源列表
一步一步实现MFC扩展DLL中导出类和对话框
- 如果要编写模块化的软件,就要对对动态链接库(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
Senfore_DragDrop_v4.1
- 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: ----------------------
sMakkeTwoBarrh
- 教你怎样制作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
usedll
- 教你如何使建立一个DLL并使用这个DLL。原代码已调试通过。-Teach you how to make the creation of a DLL and use this DLL. Debugging the original code has been adopted.
makedll
- a few articles about how to make dll using VC
DlgDll
- introduce how to make dll using VC which includes dialog.
Win32APIandPB
- 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为附加选项,其余
CallingVCDLLfromVB
- 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.
Create_a_D1550032252003
- 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
DLL-MAKE
- 工程为怎样创建mfc动态链接库,怎样导出并且提供给其他应用程序调用-How to create a mfc project as dynamic link library, how to export to other applications and provides call
PE-fileformat-explanation
- 为了获得PE文件中所包含的重要信息,我编写了一个名为PEFILE.DLL的动态链接库,本文中所有出现的源码示例亦均摘自于此。这个DLL和它的源代码都作为PEFile示例程序的一部分包含在了CD中(译注:示例程序请在MSDN中寻找,本站恕不提供),你可以在你自己的应用程序中使用这个DLL;同样,你亦可以依你所愿地使用并构建它的源码。在本文末尾,你会找到PEFILE.DLL的函数导出列表和一个如何使用它们的说明。我觉得你会发现这些函数会让你从容应付PE文件格式的。 -In order to o
Controlli
- how to make gui whit vb6 programming, whitout api or d-how to make gui whit vb6 programming, whitout api or dll
plugin-src
- 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
fotwardingksubroutine
- 如何使STL类在Dll中导出,有参考意义,不错的源码,推荐给大家-How to make the STL classes in Dll export, have reference meaning, good source, recommend to you