Top "Ole" questions

OLE Automation, is an inter-process communication mechanism based on Component Object Model (COM).

What is the difference between COM and OLE?

What is the difference between COM and OLE, if any?

com ole
OLE Container for .NET

I'm working on a project that requires me to load an OLE object and render it in a .NET WinForm …

c# winforms activex webbrowser-control ole
Run-time error 429, ActiveX component can't create object, automate MS Word application, CreateObject("Word.Application")

I'm running into the following error when executing the following line from VBA (Access): Set wd = CreateObject("Word.Application") I …

vba windows-8 ms-word ole
Embed files into Excel using Apache POI

I am exporting data to Excel file using Apache POI. In one weird requirement, I need to embed one file …

java excel apache-poi ole embedding
How to script an OLE component using Python

I would like to use Python to script an application that advertises itself as providing an OLE component. How should …

python windows scripting activex ole
How to create an E-Mail in Outlook and make it visible for the User

I want to create an E-Mail with a Java Application using Outlook and the OLE Client. I searched for examples …

java email outlook ole
How to convert OLE Automation Date to readable format using javascript?

You must be aware of the .NET method "DateTime.FromOADate(double d)". I need to implement the same functionality in …

javascript date ole
How to use Word in TOleContainer in TForm properly, layout-wise?

I wonder what is the suggested way to embed and control MS Word in a TForm, layout-wise? Currently, I (1) put …

delphi layout ms-word ole
Is there OLE Automation in Java?

Is it possible to use OLE Automation in Java? If not, why is it not possible in Java? I'm looking …

java excel ole ole-automation
Is there any library to access OLE Structured Storage from C#?

Can I find some open source library for accessing (reading only is ok) OLE Storage like doc or xls files …

c# ole