I have the following COM interface that I have implemented in C#: [InterfaceType(1)] [TypeLibType(256)]
I have a WPF app that uses a non-WPF vendor library.My app does not receive any events that the library fires.I\'ve been told that this is because I need a message pump.
Perhaps I\'m crazy, but I\'m starting to have fun with this idea even if it is just for the learning experience: I\'m trying to use COM from Java by calling the Ole32.dll functions via JNA. According
When using COM Interop with Office (usually Excel), I always carefully ensure I call Marshal.ReleaseComObject on every reference, to avoid the problem where Excel doesn\'t quit as described in this KB
Everything was working fine, and then our code starts throwing: Can开发者_如何转开发not create ActiveX component when we try to create a com object.
I\'d like to keep track of the ActiveX controls created by some process. To simplify the problem, I\'d first like to monitor the current process only. I want to do this so that I can check whether any
My questions is regarding VSTO .NET development with Outlook. Due to the way .NET event handlers are handled in VSTO, it is necessary to hold a reference to the COM object representing the item for t
I am using ff-activex-host to host a .NET ActiveX control in Firefox and Chrome. It will instantiate a registered COM control, or download one in a cab file, register it, then instantiate the COM cont
I\'m working on an Outlook addon and I\'m wondering if there is a way to receive an event notification when a particular character, or set of characters, is typed? For example, say I want something to
I\'m trying to fix problem with \"COM object that has been separated from its underlying RCW cannot be used\" error, and I think what\'s causing it is that COM objects are used on a thread that didn\'