Related resources for COM Component
  • COM Interoperability Part 1: Using COM Components in .NET Framework2/6/2024 11:08:45 AM. In this article, we review the concepts & walk through an example that demonstrates COM interoperability in the .NET framework. Learn about the Component Object Model (COM) and the Runtime Callabl
  • Calling a COM Component From C# (Late Binding)3/30/2022 10:16:38 AM. This code sample shows how to call a COM component in .NET framework using C#.
  • Custom SharePoint Solutions Best Practices8/3/2013 6:36:31 PM. Sometimes third party tools are used for some functionalities and developers have to refer them in the SharePoint projects.
  • COM Components from .NET Clients using VB.NET12/1/2012 2:08:08 AM. The .NET framework exposes COM objects through a proxy called the runtime callable wrapper (RCW). The primary function of RCW is to marshal call between a managed client (.Net) and unmanaged COM object. The runtime maintains a single RCW for each COM object.The example uses a COM component and DotNet client extending the functionality of the COM component using delegation.
  • Interoperability in .NET9/30/2012 5:39:00 AM. The important goals of .NET during its development was to promote interoperability with existing technologies.
  • Mapping Microsoft Excel columns with XML data (XML data integration) programmatically using a .Net Application.9/30/2012 5:34:58 AM. Using this program you can map Excel columns programmatically and generate an XML file containing the cell values that you had in your Excel document. After generating the XML file we can read it into a dataset.
  • Deploying a COM Component from C#9/30/2012 5:17:10 AM. Here is some code to help you to deploy a COM component from C#. I needed to programmatically deploy a project that would be registered as COM object (not COM+) and be installed into GAC. The following two classes will help in this objective.
  • .NET COM Interoperability - Part 1: Using COM Components from .NET Framework9/30/2012 5:10:24 AM. The DotNet framework exposes COM objects through a proxy called the runtime callable wrapper (RCW). The primary function of RCW is to marshal call between a managed client (.Net) and unmanaged COM object. The runtime maintains a single RCW for each COM object.
  • Describing COM (Component Object Model)9/30/2012 3:13:22 AM. Component Object Model (COM) is a method to facilitate communication between different applications and languages.
  • Outlook with .NET 2.0 9/29/2012 7:26:35 AM. This article allows you to know how you can access different functionality of the outlook using .NET like create an appointment, Create contact item, task item and send a mail.
  • Using Reflection and With Class2000 to view the .NET System.Drawing library Part I9/29/2012 7:16:34 AM. Using the power of .NET and the power of COM InterOperability through WithClass 2000, you can view the System.Drawing library in a rough UML diagram.
  • Introduction to SOAP5/20/2012 7:52:12 AM. Since the release I have been fascinated with this thing called SOAP, This bubbly new protocol backed by the power of XML is certainly going to make waves in the world of distributed computing. The first thing which comes into our mind is “Why the heck we didn’t think of this before?
  • WCF Series - Introduction to WCF9/27/2011 12:19:05 AM. In this article we are going to see an introduction to Windows Communication Foundation.
  • Consuming COM Component from .NET4/11/2011 7:06:07 PM. Here you will learn how to consume a COM component from .NET.
  • Examples of COM Automation in Silverlight 43/31/2011 7:57:07 AM. In the previous lesson we talked about COM automation support introduced in Silverlight 4 and we said that COM automation is available only for Silverlight OOB (Out-of-Browser) applications that have Elevated Trust, and that’s one of the security restrictions imposed by Silverlight.Today, we’re going to talk about COM automation in more details and give few Silverlight examples that make use of this great feature.
  • Create Word Document without using COM component (Interop) or Third party API's6/23/2010 12:21:33 AM. In this article we will see how to create word document without using COM component (Interop) or Third party API's.
  • Using Web Browser Options in C# and VB.NET8/30/2006 5:20:16 AM. I wrote this article in Sept 2001 in response to a question on discussion forums - how to create a Web Browser in C#? Recently, I got a question on how to use Browser's Save As option programmatically. This article explains how to use Web Browser ActiveX to your project to developer your own customized Web Browser and use its options.
  • Web Browser in C# and VB.NET8/30/2006 5:01:50 AM. This article explains how to add and web browser ActiveX to your project to developer your own customized web browser.
  • Using Multimedia Controls in .NET through COM Interoperability1/9/2006 4:08:02 AM. In this article I'll try to explain the issue of the COM Interoperability and how to use Multimedia Device controls.
  • An insight into Code Reusability and COM Interoperability : Part I12/23/2005 5:20:31 AM. Code reusability is the art of using existing code to achieve better productivity and ease of maintenance. The concept of reusability is not new. Its existence has been evident since the evolution of mankind.
  • Accessing .NET Components from COM Clients and COM components from .NET Clients12/23/2005 1:20:59 AM. In this article I am going to explain how to access a .NET component from a COM client and accessing COM from .NET clients.