消化道息肉:请高手帮忙翻译一下

来源:百度文库 编辑:高考问答 时间:2024/05/08 02:50:19
ActiveX是Microsoft于1996年3月推出的基于COM 的可以使软件组件在网络环境中进行互操作而不管该组件是用何种语言创建的技术,是Microsoft的分布式计算平台的接口标准。ActiveX控制既是一个自动化对象,也是一个标准的COM对象,同时它也是一个界面元素,如同Windows的普通控制一样. ActiveX控制是一门综合技术,它涉及到COM和OLE的许多方面,同时也与Windows操作系统紧密结合起来,它可以作为Windows标准控制的一种扩充机制,而且不仅可以用于桌面环境,还可以Internet网络上。
本文主要介绍了在Borland C++ Builder 环境编写ActiveX控件的方法。

帮你整了一个,请自己过目:

ActiveX is a technology published by Microsoft in March 1996. This COM-based technology can enable software components in the network environment to exchange information with each other regardless of what language is used to establish the components.It is the interface standard for Microsoft's distributed computing platform. An ActiveX component is an automated object as well as a standard COM object, it is also a interface element,like the common components in Windows operating system. ActiveX is a combined technology, which involves many aspects of COM and OLE.It is also closely integrated with the Windows operating system, it could serve as an extension of Windows standard control mechanism, and not only for the desktop environment but also for the Internet.

The chapter mainly introduces the method to programm ActiveX componnents in the Borland C++ Builder environment .