搜索资源列表
VB-VC-XuLieHuaWenJian-DLL
- 一个可以让VB也支持序列化文件的DLL代码。-a VB can also support the sequence of documents DLL code.
chart(vb调用vc dll)
- chart例程(vb调用vc dll)-chart routines (vb call vc dll)
在VC客户端调用vb的dll
- 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.
winIO.rar
- 动态链接库winIO.dll使用方法 vb下使用 vc++下使用,Dynamic-link library to use winIO.dll
在vb/vc中使用MSFLXGRD.OCX这个控件的例子
- 在vb/vc中使用MSFLXGRD.OCX这个控件的例子,其中vc例子为实矩阵相乘,调用了mathlib52.dll中的函数_brmul@24。,At vb/vc Msflxgrd.ocx the controls used in the example of one of vc for real matrix multiplication example, call a function mathlib52.dll in _brmul @ 24.
olympus
- Olympus 数码相机控制开发包,含VB,VC例子-olympus SDK
IDLandVBandVC
- IDL和VB、VC混合编程,涉及到的接口,dll引用等问题解决的文档-IDL, and VB, VC mixed programming, related to the interface, dll reference documents such as problem-solving
CANNON-EDSDK_2.10
- CANNON EDSDK_2.10 有vb vc範厲 用於canon數位相機-CANNON EDSDK_2.10 have vb vc Fan Li for canon digital cameras
VC-Send-EMail
- 简邮邮件发送组件 本组件(smtp.dll)通过smtp协议发送邮件,为标准windows dll 支持VB VC等主流编程工具调用,-send email
Timer(VB)
- 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
GPIB_VISA_Delphi
- 本软件供大家学习用,任何使用本软件导致的损失,本人不承担任何责任,测试仪器在启动过程中,不要和仪器通信,切记! 定义了安捷伦GPIB的visa32.dll的函数原型声明,和简单通信的例子,以弥补没有GPIB的delphi函数声明,网上大都是VB,VC,C#的例子,DELPHI的有也不全,有错误还请指正。-GPIB VISA32.DLL DELPHI FUNCTION DECLARE
yxmf800
- 一个编写读卡程序的源码,里面有Delphi、Vb、VC++的,可以用它写公交卡,门禁卡等-MF800
getHDSN
- VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ;
AppFace_ddooo
- 正在进行软件界面开发? 想美化软件界面 ? 想寻找换肤工具增添软件换肤功能 ? AppFace软件皮肤界面开发包是您的最佳选择!AppFace UI Developoment Kits,简称 AUDK,是所见及所得的软件界面开发解决方案,包括皮肤控件appface.dll,可视化的软件皮肤制作工具SkinTool,以及全中文帮助文档。两行代码实现软件换肤功能 ! 您只需在进程启动时执行: SkinStart("c:\yourpath\yoururf.urf",0,0,1,0,
VB_Call_VCDll
- 自己写的VB调用VC编写的DLL库函数的例子。因VB是弱类型的语言所以很多操作用C实现简单而用VB实现很困难,这时用VC生成函数封装到DLL里,由VB调用显得很轻巧自然,尤其是有位运算时。-Written in VB to call their own VC prepared DLL library function example. VB is a result of the weak type of language used to operate many C to achieve a s
SFmpqapi
- sfmpq.dll API VB VC-sfmpq.dll API
create_DLL_for_VB_project
- This program works on Visual basic 2008. It can create dll file by VC++ and be included in VB project at the same time.Only for free-size 2D image.
mmTimer_source
- 最近有朋友要mmTimer的源码,这里便是 mmTimer的实现源码,包括VB(ocx),VC(dll),注意是单线程,需要自己改多线程-Recently, a friend to mmTimer the source, here is the realization of mmTimer source, including VB (ocx), VC (dll), attention is single-threaded, multi-thread needs its own reform
c_dll_4_vb
- This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass arguments and parameter to DLL from VB s ca-This function demonstrates how to call a DLL compiled in VC++ in VB. It s a simple example to pass argument
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.