I was reading this MSDN article which deals with creating a .NET managed wrapper around a COM object. They mention two approaches, either to auto-generate the wrapper using tlbimp, or manually to crea
I was wondering if anyone had come across the following problem and had any ideas on how to resolve it: I\'m exporting data from a C# application (.NET 3.5) to Excel (2003) via Interop.One of the colu
I have a legacy delphi dll. I created a class library that imports the dll and registered it for COM interop.
I have an application where the taskbar flashes if an event has occurred. This is working perfectly, and was relatively easy to implement using a Win32 API described below:开发者_开发问答
I have a .NET WinForms application that I\'ve converted into a COM dll using the Interop Forms Toolkit 2.1. Thet setup project for the application has both my tlb as well as the Microsoft.InteropFormT
I have a ready generated MHTML as a byte array (from Aspose.Words) and would like to send it as an email. I\'m trying to do this through CDOSYS, though am open to other suggestions. For now though I h
That is a followup from my previous question, but you don\'t need to read it to understand that one. I\'m designing an interface in .NET that would be consumed from COM applications (mainly VB6, but
Is there a way of开发者_StackOverflow getting MEF to load unmanaged code, such as com objects that are not written Java or are native Win32 code ?You could either wrap the class and then export the wr
I made a class in C# that I am exposing to COM. I can register it just fine using RegAsm.exe. I would like to test it before I send it off, but using TlbImp.exe gives me an error of \"Type libaray wa
Sorry to ask such a basic question but I seem to have a brain freeze on this one!I\'m calling a COM (ATL) object from my WPF project.The COM method might take a long time to complete.I thought I\'d tr