搜索资源列表
iectrlappin11dlg
- 首先,需要在你的程序中嵌入IE浏览器的窗口。有两种实现方法,其一,添加CHtmlView的视类;其二,添加IE浏览器的ActiveX控件。其实不管用什么方法,除了函数名称稍有区别外,它们最终都调用了微软的IWebBrowser2的接口。IWebBrowser2的功能非常强劲,使用它的技术叫DHTML(动态HTML,以后再给大家介绍)。在这篇文章中,先给大家举例介绍一些初级的使用,起到抛砖引玉的作用。更多功能可以参考MSDN-First, you need to embed the process
VCMSCOMM
- MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用程序提供了通过串行接口收发数据的简便方法-MSComm control through serial port
Control_Development_of_Parallel_Port_Communication
- A self-designed control of PC parallel port communication is introduced in this paper.Taking advantage of the MFC ActiveX technology, it is developed in Visual C++ and offset the scarcity of the control of PC parellel paort communication. An example
VC++CommunicationsControl
- VC++ 的串口通讯编程, 在VC++中有两种方法可以进行串口通讯。一种是利用Microsoft公司提供的ActiveX控件 Microsoft Communications Control。另一种是直接用VC++访问串口。
VCCom
- VC串口通信的两种方式:Activex,直接访问-VC serial communication in two ways: Activex, direct access
iaxphoneweb
- 在浏览器中使用IAXOCX控件实现软电话功能。-Make a softphone in WEB browser using IAXOCX ActiveX.
ActiveX
- Visual C++高级开发范例解析第二章ActiveX源码-Visual C++ Advanced Development ActiveX sample chapter source analysis
Comm
- Using MSComm ActiveX in VC++, use CString cla-Using MSComm ActiveX in VC++, use CString class
macd
- 利用cb开发工具,通过串口接收数据,和cb中的PerformanceGraph控件,绘制滑动平均曲线macd。 Cb中没有直接提供串口控件,需要通过Import ActiveX control来增加cb中没有的串口控件。可以使用操作系统Windows\system32目录下自带的mscomm32.ocx。 通过http://www.google.com/codesearch 搜索 PerformanceGraph1,可以得到该控件在cb中的用法。 对于串口控件也一样。 如果还有问
77433650Serial.Port.Sniffer.ActiveX.Control.v1.0.0
- 用 C++来编写虚拟串口驱动程序.对于那些串口编程和应用的可户很有用,尤其对软件开发人员进行学习和借鉴.-it is useful for the R&D software engineer to develop the rs232 port soft and driver of hardware.
iaxphonevc6
- 使用免费控件IAXOCX在VC中开发软电话。-Make a softphone in VC using the free ActiveX IAXOCX.
Omron_PLC_Interface
- 欧姆龙FINS协议IP/TCP通信COM控件,可供VB工程调用,有VB调用Demo。-The activex based on FINS protocol IP/TCP for Omron and VB Demo.
5_p2pFile
- 类似QQ文件传输的模块、组件,是ActiveX 控件由Vc++工发,提供CSharp、VB示例代码。 类似QQ文件传输的模块,支持2个用户互发文件,支持公网与内网传输 自动识别内外网,若同一内网,速度可达数兆每秒 除非人为封堵,否则可以穿越 100 防火墙 使用P2P方式传输,80 数据不通过服务器,极大减轻服务器压力。在公网中速度一般在5KB至200KB之间,与网络速度有关 传输文件大小小于2G 支持断点续传 同时支持UDP和TCP传输,可自动智能选择UDP或者
AI
- 基于板卡的数据采集程序,用的是ActiveX控件的方式,供初学者参考。-Card-based data acquisition program is an ActiveX control, the reference for beginners
AO
- 基于板卡的模拟量输出程序设计,用的是ActiveX控件的方式,供初学者参考-Card-based analog output programming with ActiveX controls, and reference for beginners
cieh10_vb
- vb调用winsocket控件,通过modbus TCP 协议与IO设备控制。-A VB program for communicating with I/O equipment by modbus Tcp protocol. in which winsocket activeX is loaded.
usbdaqCom_ActiveX
- 本zip提供了一个ActiveX控件和VB的例子显示在VB如何调用iusbdaqCom.dll的 (ActiveX控件)。使用之前,请首先注册ActiveX控件。-The zip provides an ActiveX control and VB example shows how to call iusbdaqCom.dll in VB (ActiveX control). Prior to use, first registered ActiveX controls.
CC301SDK6.3
- 录音盒二次开发包(ocx activeX dll) 包括程序案例-Recording boxes secondary development package including case
CommTest
- 监控计算机四个串口通信,进行设置后就可以进行串口数据的收发,自由更改,完全免费,没有用MFC的activeX控件。-The class is not intended to use as a baseclass for modemcommunication but more for driving hardware or reading hardware via the serial port. From the classes included there is only on
Modbus解析DEMO_Delphi7
- 不借助其它底层Modbus控件,直接操作底层通讯代码,实现Modbus读写“保持寄存器”数据,支持串口通讯、TCP通讯两种方式。代码只作演示,可做进一步封装,也可稍作修改,用于非标准的Modbus通讯。本代码使用了一个第三方控件SPComm,开发测试环境为Delphi7+Win7,我一直想摆脱Modbus控件(MBAXP Modbus Master ActiveX Control ),最近自己开发了这个DEMO,分享给大家。(Without other underlying Modbus co