搜索资源列表
VB_DLL_example
- vb调用vc的DLL的例程,适合学习如何使用vb调用vc的DLL的初学者,很好用.-vb vc call the DLL routines, for vb learn how to use the DLL calls vc beginners good use.
WinDLL007
- 是一个进行窗口封装的绝好程序,可以VB中调用封装在VC编译的DLL中的窗口,并对其进行控制,里面包括VC窗口类封装的源程序窗口-is a window for the excellent packaging procedures, VB can call Packaging in VC compiled DLL window, and its control, VC window includes a source category Packaging window
vbnetCallDll
- 在程序中调用DLL的对话框资源,主要表现在DLL中使用资源的用法
ResourceDllCall
- 这是一个怎么样调试和调用一个DLL文件的例子。使用VC6。0集成开发环境下编译成功。
DLL输出对话框类的例子
- 此代码示范了如何将对话框封装到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
vs2008-DLL-show-a-dialog
- 在网上找了很久在vs2008中用DLL来调用一个窗体的资料,终于让我测试成功了,哈哈,本系统在vs2008下用静态调用DLL的方式实现了DLL中显示对话框-On the Internet for a long time to call DLL in vs2008 using a form of data, and finally let me test succeeds, ha ha, the system calls in the DLL with the static under vs200
调用DLL中窗体相关演示源码
- 调用DLL中窗体相关演示源码-call DLL Form related demonstration FOSS
DLL
- 自己编写的一个关于对话框的MFC程序 有Dll的调用-I have written an MFC dialog box procedure on the call to Dll
DialogDll
- 介绍如何用DLL调用对话框,希望对初学者有用-How to use the DLL calls the dialog box, hope useful for beginners
MFC-Call-dll
- 关于VC++调用DLL文件的程序代码,VC++6.0的对话框中调用DLL中的函数。-VC++ code to call the DLL file, VC++ 6.0 dialog box, call a DLL function.
Dll-create-form
- modal form in dllDO NOT EDIT what you see in these blocks of generated code!-dll 中创建窗体,并调用 DO NOT EDIT what you see in these blocks of generated code!
example-of-CSharp-call-CPP-dll
- C#调用C++dll实例(使用了P/Invoke的调用方法)-example of C# call C++ dll
DLL
- 实现窗体调用dll,进而让初学者进一步了解dll编程的原理-Realization of the principle form called dll, thereby allowing beginners to learn more about programming dll
brovtcientpart
- 批量检查指定IP地址端口是否打开的DLL,含DLL调用例子-Batch check that the specified IP address port is on DLL, DLL call example
Batcd-DLL
- 批量检查指定IP地址端口是否打开的DLL,含DLL调用例子(Batch check that the specified IP address port is on DLL, DLL call example)
grqup
- 在vc中实现各种方式的dll以及相应的dll调用,是dll入门的很好的学习代码,(All manner of DLL is realized in vc, and the corresponding DLL call, is a good learning code DLL introduction,)
DlgDll
- 对话框调用动态链接库(DLL)中的对话框资源,含模态对话框和非模态对话框示例,调用的对话框集成了曲线的绘制,可类似于绘图插件,应用于数值计算中曲线的实时动态显示;稍作修改还可应用于程序中循环变量(2D&3D)的实时动态显示。程序参考了网络两个作者的相关代码并集成,在此感谢!(The dialog box call dynamic link library (DLL) in the dialog resources, including modal dialog and non modal
强制对话框dll(附带源码)
- 压缩包内有源码文件和已经编译的dll文件 其中dll被封装函数名字为MsgBoxA 调用后效果:窗口弹出不断置顶,遮挡鼠标操作,并且通过键盘钩子屏蔽用户的键盘/快捷键操作,使用户不能使用快捷键关闭窗口,只能做出选择后才能关闭。 详细见压缩包内的源码文件