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

Search list

[GDI-Bitmap画图的一个dll+代码

Description: 画图的一个dll+代码,有示例,VB6.0,dll有源码!-drawing of a dll code, examples, VB6.0, dll a source!
Platform: | Size: 8289 | Author: 徐文 | Hits:

[SourceCodedll调用与嵌套调用

Description: 一.Win32动态链接库   1.制作的步骤:   (1)新建WIN32 Dynamic-link Library工程,工程名为MyDll,选择A simple DLL project类型。   (2)MyDll.h的内容如下: 以下是引用片段: extern "C" _declspec(dllexport) int sum(int a,int b);//本文所有的例子只有一个sum即加法函数。   (3)MyDll.cpp的内容如下: ……
Platform: | Size: 1832548 | Author: vince043@qq.com | Hits:

[Windows DevelopPrintCtrl.DLL的2004.01.13最新更新

Description: 一个打印机控制的dll源代码-A printer control dll source code
Platform: | Size: 147456 | Author: 夏雨 | Hits:

[Hook api将DLL注入到其他进程中

Description: 一个进程隐藏的程序-a hidden process procedures
Platform: | Size: 54272 | Author: 小叶子 | Hits:

[Windows Develop一个用MFC DLL开发的日期函数库

Description: 一个用MFC DLL开发的日期函数库-a DLL with MFC's date library
Platform: | Size: 9216 | Author: | Hits:

[DocumentsWindows下DLL编程技术及应用

Description: 摘 要: 本文介绍了DLL技术在Windows编程中的基本运用方法及应用,给出了直接内存 访问及端口I/O的两个实用DLL的全部源代码。-Abstract : This paper presents a DLL in Windows programming using the basic method and the application is a direct memory access and I/O port in the two all practical DLL source code.
Platform: | Size: 4096 | Author: 康怀杰 | Hits:

[OS program动态链接库(dll)实例

Description: 这是一个很好的动态链接库(dll)实例-This is a good dynamic link library (dll) Example
Platform: | Size: 62464 | Author: 孙在松 | Hits:

[Books编写一个简单的DLL的程序

Description: 编写一个简单的DLL的程序-prepared a simple DLL procedures
Platform: | Size: 2273280 | Author: 韩伟 | Hits:

[BooksWINDOWS核心编程-DLL部分

Description: 也是很不错的书籍。-is a very good book.
Platform: | Size: 610304 | Author: 临界点 | Hits:

[USB developD12 DLL

Description: philip PDIUSBD12 动态连接库,共应用程序调用,可以轻松实现USB通信-dynamic link library, called a total applications can be easily USB Communication
Platform: | Size: 17408 | 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:

[Remote ControlDLL插入型传奇3木马完整代码

Description: DLL插入型传奇3木马完整代码 是学习远程控制的好东西 强烈推荐! 尽供参考!-DLL plug-legendary Trojan 3 is a complete code of the remote control to learn good things strongly recommended! For information do!
Platform: | Size: 55296 | Author: 小雨哥哥 | Hits:

[Documentsdll的创建与使用

Description: 在本篇文章中本人描述了在vc中创建dll的基本方法可能介绍的不够全面仅供参考-article in a footnote, I described the vc dll created the basic methods may be introduced not only comprehensive reference
Platform: | Size: 6144 | Author: ali | Hits:

[OS program一个读取硬盘序列号与CPU序列号的DLL

Description: VC写的,一个读取硬盘序列号与CPU序列号的DLL,大家可以利用它来为自己的软件提供保护机制。-VC written by a reader drives and CPU serial number sequence, the DLL, you can use it for its own software to provide protection mechanisms.
Platform: | Size: 625664 | Author: 高华 | Hits:

[Other systems在VC客户端调用vb的dll

Description: c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。-c of a typical application is dll call, like how good call dll procedures, the procedures for reading you will greatly benefit.
Platform: | Size: 25600 | Author: | Hits:

[PropertySheetloadpicture.dll

Description: 基于WINCE的图片预览DLL! 支持各类格式的图片,JEPG,GIF,等,以及动态的GIF图片格式!-pulled on the preview pictures DLL! Support a variety of image formats, JPEG, GIF, etc., and dynamic GIF picture format!
Platform: | Size: 771072 | Author: 陈辉 | Hits:

[Windows Develop一步一步实现MFC扩展DLL中导出类和对话框

Description: 如果要编写模块化的软件,就要对对动态链接库(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.
Platform: | Size: 19456 | Author: | Hits:

[ActiveX/DCOM/ATLDLL登陆窗体

Description: 这是一个把登录封装到DLL的例子,当前程序还包括自动建立数据库,给数据库加密码。-This is a package to put logged DLL example, the current procedures also include automatic establish a database to database password.
Platform: | Size: 5120 | Author: 肖巍 | Hits:

[Otherbcbdll

Description: BCB下编写DLL的各种方法总结 一.编写 DLL二. 静态调用 DLL 三. 动态调用 DLL 四. DLL 作为 MDIChild (子窗体) 【只编写动态调用的例子】五. BCB 调用 VC 编写的 DLL6. 静态调用例子 -BCB prepared DLL in a variety of ways summed up. DLL prepared two. Static call DLL 3. Dynamic Call DLL 4. As MDIChild DLL (a Form) prepare only example of dynamic call-- 5. BCB call DLL6 prepared by the VC. Examples called statically
Platform: | Size: 120832 | Author: 李三 | Hits:

[Windows Developvb_shell32.dll

Description: VB提取shell32.dll资源,提取图标资源做为程序图标标题-VB extract resources shell32.dll, extract icon resource as an icon title
Platform: | Size: 1024 | Author: 1235534 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net