We are trying to change the builtin browser component from TWebBrowser to TChromium. It is used mostly for displaying maps from Google and Bing. The communication from the javascript to Delphi is done
I\'m trying to make an interface that implements the IUnknown interface for my classes to use but I keep getting the above error: c2259: cannot instantiate abstract class. I\'ve tried to implement all
I\'m following the Microsoft sample code given for \"How to create a sink interface in a MFC-based COM client\" in order to create an event sink in C++ (VC6).The event source is a .NET assembly that e
I have a 3rd party COM object(32 bit) that I need to call from my c# application (64 bit). I know I have to run the COM object in a separate process.
The MSDN documentation for the CCmdTarget::OnFinalRelease method is pretty brief: Called by the framework when the last OLE reference to or from the
I\'m developing application that require send shortcut to desktop operation. I found only one way to implement it:
I would like to call a .net 4.0 dll from an IIS7 application that is running in a .net 2.0 app pool. I\'ve been researching this and everything I\'ve found so far either said it wasn\'t possible, or y
For word application, we have Word.Application as program identifier. What is the program iden开发者_如何学运维tifier for Notepad and Calculator?Word.Application is the name of the a COM object which
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_C百科
Short version: Can a COM class modify its own virtual table entries at runtime? (disregarding thread issues)