CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - DLL A
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - DLL A - List
[
GDI-Bitmap
]
画图的一个dll+代码
DL : 0
画图的一个dll+代码,有示例,VB6.0,dll有源码!-drawing of a dll code, examples, VB6.0, dll a source!
Update
: 2010-06-29
Size
: 8.09kb
Publisher
:
徐文
[
SourceCode
]
dll调用与嵌套调用
DL : 0
一.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的内容如下: ……
Update
: 2011-05-02
Size
: 1.75mb
Publisher
:
vince043@qq.com
[
Windows Develop
]
PrintCtrl.DLL的2004.01.13最新更新
DL : 1
一个打印机控制的dll源代码-A printer control dll source code
Update
: 2025-02-19
Size
: 144kb
Publisher
:
夏雨
[
Hook api
]
将DLL注入到其他进程中
DL : 0
一个进程隐藏的程序-a hidden process procedures
Update
: 2025-02-19
Size
: 53kb
Publisher
:
小叶子
[
Windows Develop
]
一个用MFC DLL开发的日期函数库
DL : 0
一个用MFC DLL开发的日期函数库-a DLL with MFC's date library
Update
: 2025-02-19
Size
: 9kb
Publisher
:
[
Documents
]
Windows下DLL编程技术及应用
DL : 0
摘 要: 本文介绍了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.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
康怀杰
[
OS program
]
动态链接库(dll)实例
DL : 0
这是一个很好的动态链接库(dll)实例-This is a good dynamic link library (dll) Example
Update
: 2025-02-19
Size
: 61kb
Publisher
:
孙在松
[
Books
]
编写一个简单的DLL的程序
DL : 0
编写一个简单的DLL的程序-prepared a simple DLL procedures
Update
: 2025-02-19
Size
: 2.17mb
Publisher
:
韩伟
[
Books
]
WINDOWS核心编程-DLL部分
DL : 0
也是很不错的书籍。-is a very good book.
Update
: 2025-02-19
Size
: 596kb
Publisher
:
临界点
[
USB develop
]
D12 DLL
DL : 0
philip PDIUSBD12 动态连接库,共应用程序调用,可以轻松实现USB通信-dynamic link library, called a total applications can be easily USB Communication
Update
: 2025-02-19
Size
: 17kb
Publisher
:
柯 三
[
Dialog_Window
]
DLL输出对话框类的例子
DL : 1
此代码示范了如何将对话框封装到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;
Update
: 2025-02-19
Size
: 70kb
Publisher
:
丁俊
[
Remote Control
]
DLL插入型传奇3木马完整代码
DL : 0
DLL插入型传奇3木马完整代码 是学习远程控制的好东西 强烈推荐! 尽供参考!-DLL plug-legendary Trojan 3 is a complete code of the remote control to learn good things strongly recommended! For information do!
Update
: 2025-02-19
Size
: 54kb
Publisher
:
小雨哥哥
[
Documents
]
dll的创建与使用
DL : 0
在本篇文章中本人描述了在vc中创建dll的基本方法可能介绍的不够全面仅供参考-article in a footnote, I described the vc dll created the basic methods may be introduced not only comprehensive reference
Update
: 2025-02-19
Size
: 6kb
Publisher
:
ali
[
OS program
]
一个读取硬盘序列号与CPU序列号的DLL
DL : 0
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.
Update
: 2025-02-19
Size
: 611kb
Publisher
:
高华
[
Other systems
]
在VC客户端调用vb的dll
DL : 0
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.
Update
: 2025-02-19
Size
: 25kb
Publisher
:
[
PropertySheet
]
loadpicture.dll
DL : 0
基于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!
Update
: 2025-02-19
Size
: 753kb
Publisher
:
陈辉
[
Windows Develop
]
一步一步实现MFC扩展DLL中导出类和对话框
DL : 0
如果要编写模块化的软件,就要对对动态链接库(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.
Update
: 2025-02-19
Size
: 19kb
Publisher
:
[
ActiveX/DCOM/ATL
]
DLL登陆窗体
DL : 0
这是一个把登录封装到DLL的例子,当前程序还包括自动建立数据库,给数据库加密码。-This is a package to put logged DLL example, the current procedures also include automatic establish a database to database password.
Update
: 2025-02-19
Size
: 5kb
Publisher
:
肖巍
[
Other
]
bcbdll
DL : 0
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
Update
: 2025-02-19
Size
: 118kb
Publisher
:
李三
[
Windows Develop
]
vb_shell32.dll
DL : 0
VB提取shell32.dll资源,提取图标资源做为程序图标标题-VB extract resources shell32.dll, extract icon resource as an icon title
Update
: 2025-02-19
Size
: 1kb
Publisher
:
1235534
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.