

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
Business Solutions Magazine
We have 59 COM Interoperability tutorials, you can see below:
Tips on using Variants with COM
A simple way of using C# to access a Word document\'s properties
An article on calling managed .NET C# COM objects from unmanaged C++ code.
Creating the Visio custom menus and handling the click event from C# programs.This project requires that Visio application should run and it requires a default drawing to be open.
This article gives you a way to reuse existing code, without rewriting it to .NET
A COM Interop Wrapper for the IIS Admin Base Object that can be used to programmatically install SSL Certificates in IIS 5.0
Using COM components in .NET framework. VB 6, C#, Windows, .NET, Dev, COM, ADO.NET, Intermediate
This article shows you how to use the Advanced Hosting Interfaces such as IDocHostUIHandler .NET 1.0, C#, Windows, VS, Dev, Intermediate
This article describes how to move collections between native and managed code. VC7.1, WinXP, VS.NET2003, C#, .NET, Dev, COM, Intermediate
A wizard to bring easy COM class creation to C#. .NET 1.0, .NET 1.1, VS.NET2002, VS.NET2003, C#, JScript, Windows, Dev, COM, Intermediate
A simple way to call a managed method from the unmanaged world.
An article on how to use WindowsText-To-Speach (TTS)
A .NET 2.0 version of Pavel Zolnikov\'s BandObjects project.
A COM Interop wrapper for the IIS Admin Base Object that can be used to programmatically install SSL Certificates in IIS 5.0.
This article describes how, under some circumstances, an ActiveX control event handler can cause COM objects to linger.
Uses the Internet Explorer / MSHTML hosting interfaces to embed and manipulate the WebBrowser control.
Create BITS copy jobs using the Forms Designer. All features of BITS are available, and easy to use managed wrapper with all COM interop details hidden.
A COM Interop Wrapper for the IIS Admin Base Object that can be used to programmatically install SSL Certificates in IIS 5.0
An article on using Word\'s spellchecker from a textbox in C#
This article shows you how to use the Advanced Hosting Interfaces such as IDocHostUIHandler
A .NET 2.0 version of Pavel Zolnikov\'s BandObjects project.
Introduction to the basic idea of the particle systems, and how to create basic effects such as explosions and water fountains.
A simple way of using C# to access a Word document\'s properties
An article on calling managed .NET C# COM objects from unmanaged C++ code.
Creating the Visio custom menus and handling the click event from C# programs.This project requires that Visio application should run and it requires a default drawing to be open.
An article describing wrapping the Windows Installer 2.0 API using C# and .NET interop.
Using COM components in .NET framework.
This article gives you a way to reuse existing code, without rewriting it to .NET
An article on how to use managed delegate types in the unmanaged world.
This article describes how to move collections between native and managed code.
This sample shows how to retrieve a subscriptions registered in the Event System store using C#.
The article explains how to make use of COM objects from .NET
This article describes how, under some circumstances, an ActiveX control event handler can cause COM objects to linger.
Uses the Internet Explorer / MSHTML hosting interfaces to embed and manipulate the WebBrowser control.
Create BITS copy jobs using the Forms Designer. All features of BITS are available, and easy to use managed wrapper with all COM interop details hidden.
A discussion on COM component creation in C#
Improve COM+ LCE reliabilty and scalability using MSMQ.
This article describes how to incorporate the resource dispenser into the .Net application using the C# language to build a poolable resource.
Building COM Objects in C#.
This article describes how the COM+ LCE can be incorporated in the .Net application using the C# language.
This article describes how to use a COM+ component as a persistent cache. From this simple base, a complete caching system could be built.
Shows how to use TIP to communicate with web services in a COM+ distributed transaction.
An article that explores .NET interoperability with COM components.
The .NET Framework can use contexts as an object\'s execution scope and intercept calls going to and from the object, similar to the way COM+ provides component services. What is new with this mechanism is that the runtime allows developers to take part in the interception chain and add powerful services, thus extending existing component services. This in turn decouples the business logic from the system plumbing and simplifies long-term maintenance. Presently, .NET contexts and interception are undocumented aspects of .NET. This article presents the underlying interception architecture and message processing, explains custom context attributes, and walks through a custom interception-based component service.
This step-by-step article demonstrates how to create a serviced .NET component that uses transactions. This article also demonstrates how to create a client that tests your serviced component. Microsoft Enterprise Services provides Microsoft COM+ services to .NET components.
In this article I cover the area Interoperability issues. There is no doubt that with the help of .Net one can create powerful components and Distributed applications than any other language. But we have to think over about the past reusable components, which were created by many languages such as VB etc.
Component is nothing but the reusable piece of software in binary form that can be plugged into other components from other vendors. Reusable software programs that share a common interface allowing easy integration into applications that is it is a Binary standard that allows any two components to communicate that component may be written in any language.
Create a web browser completely in C#
Demonstrates building a Windows Explorer shell extension using C# and COM Interop.
A simple way to call a managed method from the unmanaged world.
This article attempts to provide a tutorial as well as help with the troubleshooting of your own interop issues. I will describe the issues with using libraries written in C# or VB.NET in your VB6 applications. The reason, this is an issue, is because there is a lot of new code available only in C# or VB.NET that access new functionality of the OS. Or it could simply be the case that there is already existing C# code that\'s not available as a COM library, that you want to use.
In this example, I will walk you through creating an ActiveX control that will show a simple user interface and accept input from a web page.
In this article we review the concepts & walk-through an example that demonstrates COM interoperability in .NET framework.
In this example we will see how to change the Desktop wallpaper by invoking a Windows API function from C#.
This sample shows how to retrieve a subscriptions registered in the Event System store using C#.
Uses the Internet Explorer / MSHTML hosting interfaces to embed and manipulate the WebBrowser control.
The article explains how to make use of COM objects from .NET.
This article describes creating a web browser completely in C#. The application hosts a Microsoft WebBrowser Control and uses the functions it provides for all control.
In this article I’ll try to explain the issue of the COM Interoperability and how to use Multimedia Device controls.