ole
How to find the members of a dynamically loaded com object
I am trying to use an OLE COM object that I don\'t have any documentation for. I load the com o开发者_运维问答bject dynamically by:[详细]
2023-04-11 13:53 分类:问答Getting application title from a Word OLE application object
Is there a way of getting the window title from a Word.Application OLE object? I\'d like to use it to try get the window using FindWindow.[详细]
2023-04-10 21:55 分类:问答IOleObject in old style
I have got a code snippet that uses IOleObjects and calls the method \"SetClientSite\". pIOleObject.SetClientSite(this);[详细]
2023-04-10 01:15 分类:问答Business Objects & Ole
I can create simple program to connect to BO using another application using ole automation such as: var bob = createObject(\'BusinessObjects.Application\');[详细]
2023-04-06 21:57 分类:问答How do I clone a OLE/COM registry entry for use with different settings
I have written a C# program that is to interface with Catia v5.18开发者_开发知识库 via OLE/COM. It is going to be a common case where the machine the program is ran on will have multiple versions of C[详细]
2023-04-06 01:10 分类:问答Create COM server with Ruby?
Ruby on Windows has the win32::ole library that allows Ruby to act as a COM client, similar to VBScript and o开发者_Python百科ther scripting languages (Python, Perl, etc. with win32 bindings). However[详细]
2023-04-04 18:15 分类:问答Implement IConnectionPointContainer on an object extending from COleDocument (instead of COleControl)
Has anybody had any experience with COM / MFC trying to implement IConnectionPointContainer on an object extending from COleDocument (instead of COleControl) ? Can somebody please provide any tips, or[详细]
2023-04-02 08:27 分类:问答How to add a button to Excel with OLE
I use OLE method like this: var xlApp, xlWorkBook, xlWorkSheet, arr: Variant; begi开发者_如何学Cn[详细]
2023-04-02 05:44 分类:问答How to know, which functions i can trigger by OLE Automation
i have an application, i开发者_如何学运维 registred it and i can start it like this and open a file:[详细]
2023-04-02 04:19 分类:问答Using COM object from PowerBuilder - error 36: name not found accessing external object
I\'m trying to access a third-party COM server from within Powerbuilder. I can instantiate the object but whenever I try to call a method or a property on the object I get error 36: \"name not found a[详细]
2023-04-01 23:27 分类:问答