ole
How to make Word invisible during OLE automation from Delphi
From our application we use OLE automation to build a fairly complex Word-document. I would like to make Word invisible while the document is being made, since there is a lot of pasting and insertions[详细]
2023-01-19 10:20 分类:问答Getting data from a variable number of columns in Excel using Perl with OLE
I am using OLE with P开发者_JS百科erl to build a few charts in Excel. The data is in four different worksheets depending on which of the four tests it is for. The problem is that I don\'t know how to[详细]
2023-01-19 06:06 分类:问答Copy OLEObject from Excel to a newly created Powerpoint
I\'m struggling to get the API usage correct, even after hours of searching. Basically,开发者_如何学C I want to do the following from my Excel file.[详细]
2023-01-18 20:35 分类:问答How to use DotNet EXE as OLE object
I would like to insert my DotNet EXE application in excel sheet just like an OLE object. Is it possible? If yes, how we can do this.[详细]
2023-01-18 08:51 分类:问答How to make WPF App as OLE object which can embedded in MS Excel?
I want to make my WPF app as an OLE object which can be inserted and launched from an MS-Excel . When 开发者_StackOverflow社区I open an Excel-2003 and go to Insert->Object a list of OLE object are sh[详细]
2023-01-18 07:52 分类:问答Splitting word file into multiple smaller word files using OLE Automation from java
I have been using OLE automation from java to access methods for word开发者_如何学Python. I managed to do the following using the OLE automation:[详细]
2023-01-17 04:03 分类:问答List of all OLE error codes
Is there a list o开发者_Go百科f all OLE error codes?[详细]
2023-01-16 09:01 分类:问答Why is this C# COM class usable from VBScript but not JScript?
Consider the automation-compatible C开发者_运维百科OM library in C#, given below. It follows a common COM pattern of having a visible factory coclass FooFactory implementing ICreateFoos which creates[详细]
2023-01-15 23:26 分类:问答Is it possible to have Delphi auto-generate event-support code for an imported OLE/COM type library?
I\'m trying to generate _TLB import units for Outlook 2003, 2007 and 2010 (and also other OLE servers) analogous to the ones bundled with Delphi for Outlook 2000 and 2002. However, I couldn\'t get the[详细]
2023-01-13 21:58 分类:问答Calling an old OLE component from C#
I have a very old (VC++ 5.0) proprietary DLL which I need to use from C# (Visual Studio 2010). The example specifies that to access this component I need to callCreateDispatch(\"application\") which i[详细]
2023-01-13 05:38 分类:问答