Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.2 KB

File metadata and controls

75 lines (58 loc) · 2.2 KB
title OLE Classes | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.classes.ole
dev_langs
C++
helpviewer_keywords
ActiveX classes [C++]
classes [C++], OLE
OLE classes [C++]
OLE [C++], classes
ms.assetid 4c2b2bca-fafb-4d2d-8498-9ed1e04011d2
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

OLE Classes

The OLE classes work with the other application framework classes to provide easy access to the ActiveX API, giving your programs an easy way to provide the power of ActiveX to your users. Using ActiveX, you can:

  • Create compound documents, which allow users to create and edit documents containing data created by multiple applications, including text, graphics, spreadsheets, sound, or other types of data.

  • Create OLE objects that can be embedded in compound documents.

  • Use OLE drag and drop to copy data between applications.

  • Use Automation to control one program with another.

  • Create ActiveX controls and ActiveX control containers (formerly called OLE controls and OLE control containers, respectively).

The following categories of classes support ActiveX:

To see the inheritance of a class, use the Class Hierarchy Chart.

See Also

Class Overview