I am trying to get the HTML source of a webpage that has been loaded into a WPF WebBrowser control. The only way to do this seems to be casting the instance of WebBrowser.Document to IPersistStreamIni
I am trying to figure out how to implement custom marshalling for an out-of-proc COM server when it fires an event.The server implements the IConnectionPoint interface.One of the methods on the interf
Its been about 16 years now since it was created and I still don\'t know why there was a reserved parameter in the CoInitialize method. Does anyone know (or is able to make an intelligent guess about)
I\'m working with a c++ project that has a lot of COM functions. The majority of the inputs and outputs are VARIANTs. Is there an easy way to serialize/开发者_StackOverflowdeserialize these into long,
I\'d like to build an out-of-process COM server with Delphi that does not need any visual forms. The main purpose of that server is to provide some \"out-of-process\" p开发者_运维问答rocessing for oth
Trying to debug a COM dll written in C++ from with an mstest ru开发者_运维百科n (Visual Studio 2008).All projects are in the same solution. 3 Projects: C++ COM dll, VB.NET WinForms App, C# MSTest Proj
I\'m working with COM UPnP. I\'m trying to send SetAVTransportURI action to urn:upnp-org:serviceId:AVTransport.SetAVTransportURI requires 3 params:
We have a legacy COM+ dll that is called by an old ASP application.It is periodically crashing, and the call stack is very strange looking
I\'m trying to use a COM DLL (written in Delphi 7) within my Delphi 7 IntraWeb application but it\'s failing due to DEP. I\'m pretty much certain it\'s DEP that is preventing me from using the DLL bec
I\'m deploying an MSI that includes several C++ COMs.We\'re adapting it to work on Windows 7/Server 2008, and for some reason self registering the COMs no longer works.As a result, I\'ve changed them