About 50 results
Open links in new tab
  1. What is the difference between COM and OLE? - Stack Overflow

    May 26, 2021 · OLE = Object Linking and Embedding DDE = Dynamic Data Exchange COM = Component Object Model OLE: This is a method of linking parts of one document to parts of …

  2. Python: Access embedded OLE from Office/Excel document …

    Apr 1, 2017 · Consider using the Windows temp directory that will temporarily store the OLE Object's file source when embedded in workbook. No clipboard is used in this solution but …

  3. c# - OLE Container for .NET - Stack Overflow

    I'm working on a project that requires me to load an OLE object and render it in a .NET WinForm app (C#). Unlike VB6 .NET has no built in OLE container, and the recommended approach is …

  4. how to create an ole object from a file - Ms-access

    Jun 20, 2011 · 2) Store the image in an OLE Object field using code to read the image in as binary data. When you need to display the image you'll need to write it out to a temp file and …

  5. c# - How can I save the contents of an OLEObject as a file in an ...

    Jan 24, 2012 · 2 The object slideShape.OLEFormat.Object should support IPersistFile or IPersistStream. If it does, you can readily cause it to write to a file of your choice. To do this …

  6. Saving OLE Objects in Access field with VBA - Stack Overflow

    Feb 9, 2018 · An OLE Object is something like an embedded Word or Excel document, NOT a BLOB. They are supposed to have a very specific file format and can be opened only by their …

  7. CreateObject("Outlook.Application") in Excel VBA causes OLE error …

    Mar 22, 2024 · My Excel VBA program, running on Windows 10 64 bit, sends an email via Outlook. Every so often it hangs with a popup stating Microsoft Excel is waiting for another …

  8. Converting an OLE Image Object from MS Access for use in .NET

    Mar 10, 2010 · Trying to retrieve an MS-access OLE image field from .NET is way more headache than it is worth. There is some good discussion and info about this topic in this post. …

  9. How to discover Oleobject ClassType of files? - Stack Overflow

    Dec 5, 2018 · Before you go this route you need to ensure that anyone who tries to work with such a document has corresponding OLE Server software installed on the machine on which …

  10. excel - How to open an embedded word document (OLE object) in …

    Mar 6, 2023 · How to open an embedded word document (OLE object) in XL, add data to this word document and save it on the desktop? Asked 2 years, 10 months ago Modified 2 years, …