I have a c# .NET assembly that gets called from a C++ COM client. When the client process explicitely release the CO开发者_开发知识库M object, the CCW release it\'sinternal reference, thus making the
I maintain a legacy Java application that uses Jacob, or Java-COM Bridge, to make calls via the COM interfaces of MS VBA and MS Word. I have开发者_StackOverflow been looking at com4j from Sun, and it
What are the limitations for parameters when calling C# methods from VBA code using COM interop? I\'m finding that if I call a method that takes a single simple type (string, int, etc) it works, but
I have an interface declaration like this: [ComImport] [Guid(\"79EAC9E4-BAF9-11CE-8C82-00AA004BA90B\")]
Example: Dim Sh32 As Object = CreateObject(\"Shell.Application\") Dim path As String = \"C:\\temp\\catalog.zip\"
I\'m looking at the Interop UserControl mechanism that\'s part of the \"Interop Forms Toolkit\" version 2.0.(This you to build a .Net UserControl that can be published as a COM object for use on VB6 f
I\'m trying to understand my options for calling a C# library implementation from unmanaged C++. My top level module is an unmanaged C++ COM/ATL dll. I would like to integrate functionality of an exi
I\'m not talking about calling a VBA COM from C#... the other way around! What I would like to do is call a C# library using VBA in MS Access without registering the DLL. I\'ve been playing around wi
I keep running into all sorts of nuances between the \"web site project\" versus \"web application project\" - here is the latest for me:
I\'ve got a pretty simple web form which lets users pick reports, one specific report they want in xls with pretty formatting instead of CSV.I\'ve whipped up the report using COM INTEROP with excel 20