VC++写的一个简单的LED.ocx控件的测试程序。LED.ocx控件的源代码已经上载。- 下载
|
用vc实现ocx控件的注册-with vc achieve randomly Control Registry 下载
|
用VC写的一个注册OCX控件的程序-VC write a registration procedures OCX Controls 下载
|
用VC编写OCX通信控件,并提供其他程序调用接口。-VC prepared OCX control communications, and other procedures call interface. 下载
|
如何把VC开发的ActiveX OCX控件打包成CAB? 我用VC自制了一个ActiveX Control,已经注册成ocx形式,但不知怎样把它打包成cab文件以在主页中使用。msdn的帮助告诉我说在VC的安装CD上有一个CAB&SIGN目录,-how VC development of the ActiveX OCX Controls packed into VC CAB I used a homemade A. ctiveX Control, has been registered as ocx form But I do not know how to pack it into a cab on the home page document to use. VARIANT help told me that the VC on the installation CD is a CAB 下载
|
VC源码自动注册OCX控件 BOOL bResult = FALSE //检查是否支持注册 if (SupportsSelfRegister(strOcxPath)) { HMODULE hModule = ::LoadLibrary(strOcxPath) if (LOADLIBRARY_FAILED(hModule)) return FALSE //获得注册函数地址 CTLREGPROC DLLRegisterServer = (CTLREGPROC)::GetProcAddress(hModule,"DllRegisterServer" ) if (DLLRegisterServer != NULL) { HRESULT regResult = DLLRegisterServer() bResult = (regResult == NOERROR) } ::FreeLibrary(hModule) }-VC source automatic registration OCX Controls BOOL bResult = FALSE / / check whether support registration if (SupportsSelfRegister (strOcxPath)) (HMODULE hModule = : : LoadLibrary (strOcxPath) if (LOADLIBRARY_FA ILED (hModule)) return FALSE / / registration function addresses CTLRE GPROC DLLRegisterServer = (CTLREGPROC) : : GetProcAddress (hModule. "DllRegisterServer") if (DLLRegisterServer ! = NULL) (HRESULT = DLLRegisterServ regResult er () bResult = (regResult == NOERROR)) : : FreeLibrary (hModule);) 下载
|
用VC++编写的ActiveX控件,生成ocx然后用js在客户端调用- 下载
|
基于vc++的flash文件播放器,利用了使用flash.ocx 控件来进行swf文件播放-vc of flash-based players document, flash.ocx use of the controls used to broadcast documents swf 下载
|
一个用vc做的类似于资源管理用的cpu暂用率的ocx控间。-a vc do with the management of resources similar to the cpu occasional use rate of between ocx control. 下载
|
VideoCap是一个视频捕捉的OCX控件,你可以导入delphi,bcb,vc,vb等进行视频开发-eBoat is a video capture the OCX controls, you can import delphi, moreover, vc, vb such as video development 下载
|