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
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
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.
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.
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
I have been using OLE automation from java to access methods for word开发者_如何学Python. I managed to do the following using the OLE automation:
Is there a list o开发者_Go百科f all OLE error codes?
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
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
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