Top "Interop" questions

Interoperability is a requirement for one computer system or programming language to work with another.

WinWord.exe won't quit after calling Word.Documents.Add - Word .NET Interop

I'm running into the classic scenario where, when creating Word COM objects in .NET (via the Microsoft.Office.Interop.Word …

.net com interop ms-word office-interop
How to get Excel to ignore apostrophe in beginning of cell

I'm writing a tool that syncs a simple database with Excel sheets. Each item in a table in the database …

excel interop import apostrophe
How to add multiple recipients to mailitem.cc field c#

Oki, so im working on outlook .msg templates. Opening them programmatically, inserting values base on what's in my db. ex. …

c# outlook interop visual-studio-2005 office-2007
Visual Studio 2010 64-bit COM Interop Issue

I am trying to add a VC6 COM DLL to our VS2010RC C# solution. The DLL was compiled with …

com visual-studio-2010 interop visual-c++-6
make IntPtr in C#.NET point to string value

I am using a class which has StringHandle field which is an IntPtr value that represents a LPCWSTR in C++. …

c# .net pointers interop
How to best convert VARIANT_BOOL to C++ bool?

When using COM boolean values are to be passed as VARIANT_BOOL which is declared in wtypes.h as short. …

c++ windows com interop boolean
Interoperating between Matlab and C#

After peeking around the internet it looks like it is possible to interop between C# and Matlab. I am wondering …

c# .net matlab interop matlab-deployment
Access x86 COM from x64 .NET

I have an x64 server which, since my libraries are compiled to AnyCPU, run under x64. We are needing to …

.net com interop x86 64-bit
Safely disposing Excel interop objects in C#?

i am working on a winforms c# visual studio 2008 application. the app talks to excel files and i am using …

c# excel interop dispose excel-interop
How to copy a sheet with a different name - C# and Excel Interop

I would like to simply copy one sheet within my workbook and give it a different name. var pointName1 = workbook.…

c# excel interop excel-interop