Previously I was using tlbimp.exe in a post-build event开发者_开发技巧 to generate a managed interop assembly for a native-only c++ COM project.
I successfully created a shell extension (A context menu handler to be exact) in C# using .NET 4.0. I used Regasm to register the extension, and again Regasm to unregister the extension. The whole pro
I have a C# project, where I would like to access MS outlook, if it is installed on a client´s machine. The \"access outlook\" part has been done by referencing the outlook COM object, and going from
Reviewing WinError.h I noticed there\'re two HRESULT values: #define DISP_E_BUFFERTOOSMALL _HRESULT_TYPEDEF_(0x80020013L)
Is it possible (using one of the server side implementations of javascript .. see http://www.nakedjavascript.com/getting-started-55) to instantiate a开发者_如何学运维 COM object and invoke methods on
What is the basic structure of 开发者_运维问答a com object?A COM object doesn\'t have any defined structure, beyond the vtable (virtual function pointer table) associated with each of its interfaces.
Javascript ca开发者_StackOverflow社区ll COM interface. I want to convert to Date() to COleDateTime(ATLCOM) or DATE.
Hey, I was wondering if you guys could see what is wrong/suggest a solution. I have a dll Assembly for COM that I built with C#, and i am trying to get the COM object from Silverlight Out-of-browser.
Does anyone know how you can call a method of a prototype in Javascript from C++? I have an pointer to script IDispatch, and I can get the IDsOfNames for the prototype, but I can\'t find how to get t
I am working on a browser automation framework, which automates Internet Explorer, as well as other browsers. I am running into an intermittent problem when attempting to launch IE. The framework laun