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:
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.
I have got a code snippet that uses IOleObjects and calls the method \"SetClientSite\". pIOleObject.SetClientSite(this);
I can create simple program to connect to BO using another application using ole automation such as: var bob = createObject(\'BusinessObjects.Application\');
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
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
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
I use OLE method like this: var xlApp, xlWorkBook, xlWorkSheet, arr: Variant; begi开发者_如何学Cn
i have an application, i开发者_如何学运维 registred it and i can start it like this and open a file:
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