搜索资源列表
memo_zqd
- 具有时钟,定时报警,多条记录,日期签署功能的桌面备忘录。可实现消息提醒和播放音频提醒两种提醒方式。可实现托盘,总在最上方等功能。调用了windows media player的OCX控件。-with clock, regular police, a number of records, the date of signing function desktop memorandum. Achievable news alerts and playing audio remind remind bo
FA_Demo
- 我本来想用的是.ocx控件,最后发现,对于自定义struct,它似乎是*为力(有谁知道.ocx可以的话请联系我)。最后采用的是vc++6.0中的ATL。下面给出了如何调用含自定义结构的组件函数senddata,ReceiveData。组件中的参数传递与下面的代码是一模一样的 ,这里不再重复。(该组件是应用于配电自动化中的,用以实现馈线自动化FA功能,本人自己设计开发)。 -I had wanted to use the. Exe controls and found that, since t
FastZip
- 快速解压缩的实例程序,很有研究价值,利用ocx控件实现的VB解压程序-rapid decompression procedures example, a great deal of research value, the use of controls to achieve randomly VB decompression procedures
installie
- 一个可以注册ocx控件的程序,-one can be registered ocx control procedures,
DiskStatus
- 利用VC++开发的OCX控件,主要实现的功能是显示磁盘的空间使用状况,并且实现动态效果,当磁盘 空间发生变化时,控件会动态刷新-development of the VC OCX Controls main function is to show disk space usage, and dynamic effects, when disk space change, the dynamic control will be updated
MSCOMM32.OCX
- 串口编程控件MSCOMM32.OCX mscomm32.ocx是微软提供的串口通讯开发控件。支持串口通讯的软件大部分都是使用这个控件来实现串口通讯功能的。 安装方法:请您把它复制到系统目录下,对于windows9x系列(win95、win98、winme)是x:\\windows\\system\\,对于 windowsNT、windows2000、windowsXP系列是x:\\winnt\\system32\\。然后打开一个命令行提示符窗口(MSDOS方式
vc++1
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
anfang
- 本系统是基于企业局域网平台针对企业安防,音视频数据的管理系统。它是传统视频监控系统在功能和性能上的延伸和拓展,实现真正意义上的无人看守。用户名和密码:yuansheng 由于本系统暂时没有打包,运行时要注册MSCOMM32.OCX控件,方法是先把MSCOMM32.OCX控件复制到C:\\WINDOWS\\system32目录下面,然后顺次点击“开始->运行”,在运行对话框中输入“regsvr32 MSCOMM32.OCX”点击“确定”即注册成功。
Image
- 图像处理OCX控件,可以接采集设备,扫描仪等
delphiOCXcreate
- 精通OCX工程构架.txt,详细介绍delphi工作环境下,制作ocx控件的方法。
pdfView
- 使用FoxitReader_AX_Pro.ocx控件查看pdf文件查看器,可惜有水印.-Use the FoxitReader_AX Pro.ocx control to view a pdf file viewer, but have a watermark.
ocx
- 深圳慧通的GSM短信开发控件。需要的朋友赶快下载!-Shenzhen Hui' s GSM SMS development control. Download a friend in need as soon as possible!
cx_gant(OCX)
- CX Gride 控件 OCX 版本-CX Gride Control OCX version
ftp
- VFP FTP 实现 EZFTP.OCX 使用的控件-VFP FTP
ocxtest
- 一个ACTIVEX OCX控件开发的好例子,不要错过了,按钮控件实现多线程数据库查询。-ACTIVEX OCX control the development of a good example, do not miss out, the Button control to achieve multi-threaded database query.
vcPP-ocx
- 1.只需指明ocx文件的路径(含文件名),函数即可自动从文件中提取控件的CLSID,然后检查是否已 注册,如果已注册则不再注册;如果未注册则自动进行注册。 2.ocx控件必须包含TypeLib信息,一般VC++/VB/DELPHI7等生成的控件都属于此类型。 3.函数在VC6下执行顺利,由于程序中的控件在程序初始化时也必须初始化,因此该函数代码应放在应用程序的初始化 过程中,如在VC6的MFC工程中应放在CXXXApp::CXXXApp()中。-1 is only needed
delphi-Sdk3000-ocx
- 天敏sdk3000采集卡 Delphi 用的ocx控件源码,控件可以调节采集卡亮度、采集图像、录制视频等工作。适合医院影像存储采集工作站Delphi开发。压缩包中包含了完整的ocx源码。--TianMin sdk3000 acquisition card with Delphi, control the source control ocx can adjust the acquisition card brightness, acquisition, image recording video
OCX
- OCX控件高级注册,源码,很好的可以参考-Advanced registration OCX controls, source code, can be a good reference
OCX-simple-example
- 设置ocx控件中的static控件的边框颜色 http://bbs.csdn.net/topics/390327738 //OCX上绘4个Static控件,单击控件,修改边框颜色,好像就第一次管用, //后面再单击都不起作用了。 -Set the ocx control of the static control the border color Http://bbs.csdn.net/topics/390327738
Delphi中Ocx的动态注册方法
- Delphi中Ocx的动态注册方法 只要将以上处改为DllUnRegisterServer即不注册ActiveX控件(Dynamic registration method of Ocx in Delphi)