Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / interop

Interop

interop

Great Reads

by bChen@sh
This article explores the rules of how AddRef and Release are called in RCW and COM, which addresses the issue of RCW memory leaks.
by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
by Lee P Richardson
Which SPA technology should you use: Blazor WebAssembly or something more mature like Angular, and why?
by AspDotNetDev
This demonstrates how you can call a C# method in a Windows Forms application from JavaScript that is hosted in a webpage inside a WebBrowser control on your form.

Latest Articles

by bChen@sh
This article explores the rules of how AddRef and Release are called in RCW and COM, which addresses the issue of RCW memory leaks.
by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
by Lee P Richardson
Which SPA technology should you use: Blazor WebAssembly or something more mature like Angular, and why?
by AspDotNetDev
This demonstrates how you can call a C# method in a Windows Forms application from JavaScript that is hosted in a webpage inside a WebBrowser control on your form.

All Articles

Sort by Score

interop 

by bChen@sh
This article explores the rules of how AddRef and Release are called in RCW and COM, which addresses the issue of RCW memory leaks.
by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
by Debabrata_Das
This article will talk about how a WCF service can be consumed by a Java client application.
by koolprasad2003
This article help you to create word table using OpenXML without interop object
by Kunal Chowdhury «IN»
In this article I will guide you creating a File Explorer in Silverlight 4. This step-by-step guide will help yoou understanding the API call and how to access local files, folders and drives using the Silverlight 4 COM APIs.
by Christ Akkermans
This article in the FORTRAN Interoperability with .NET series explains how to exchange complex data between C# and FORTRAN.
by Christ Akkermans
Part II of the FORTRAN Interoperability with .NET series where we introduce the ISO C Binding which greatly simplifies interoperability.
by Gilberto Francisco
How to get a Website/URL thumbnail/screenshot with C#.NET 2.0 in VS 2005.
by Johnny_Liu
JointCode.Shuttle is a fast, flexible and easy-to-use service-oriented framework for cross-AppDomain communication. It's a replacement for MarshalByrefObject which is provided by the runtime libraries.
by NightWizzard
...for example a WYSIWYG HTML editor to edit or display emails...
by Christ Akkermans
An introduction to the strange world of mixed language programming with FORTRAN and C# .NET code
by Bjørn
Using ffmpeg DLLs directly in C# to extract frames and create a thumbnail sheet
by Johnny_Liu
JointCode.Shuttle is a fast, flexible and easy-to-use service-oriented framework for cross-AppDomain communication. It's a replacement for MarshalByrefObject provided by the runtime libraries.
by Pavel Sinkevich
Combine several API for MS Project Server to achieve complicated goals
by William Damert
Console .NET application using Microsoft.Office.Interop.Word for keyword search
by Leif Simon Goodwin
How to pass strings between managed and unmanaged code
by koolprasad2003
This article explain you How to protect word document using C# and Word automation
by koolprasad2003
Read write Excel file without interop using OLEDB in C#
by Jaxon7
Restoring UI Responsiveness FromContinuations (Asynch file IO)
by Ismael M.
A generic DLL that call any .NET DLL in VB6.
by Andrey Dryazgov
Introduces a managed wrapper for the Interaction Context API and provides a consistent way for processing touch input in a managed desktop app for WinForms.