Related resources for COM object
  • 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
  • Using Microsoft Agent With C#9/20/2023 6:37:49 AM. This article explains how to include MS Agent into an simple Windows Form based application using C#.
  • 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#.
  • SharePoint Best Practices - COM Objects Disposal5/30/2017 12:52:25 PM. In this article, we will look for the best practices used for disposing SharePoint COM Component used from managed code.
  • Generating Microsoft Excel Reports in .NET11/23/2012 9:01:50 PM. Microsoft Excel is installed on most computers these days since it is part of Microsoft office, and you can create detailed reports with Excel, but it will take some doing. I will attempt to show you how to create a simple report in Excel and some of the problems you may encounter along the way, this will work with Excel 97-2000.
  • Leveraging Base Classes in VB.NET11/10/2012 2:47:58 AM. This article shows you how to leverage the power of VB.Net Financial base class library using C#. The .Net unify class architecture model allows .Net languages to leverage class libraries implemented in other class libraries.
  • Language Independence from COM to .NET9/30/2012 4:42:44 AM. This article covers the subject regarding Language Independence. This term Language Independent means one can create an application using various languages. This Language independent starts from past COM (OLE & ActiveX) to present .Net.Let us see in detail.
  • Accessing COM+ component using C#9/30/2012 4:29:53 AM. This tutorial explains step by step of accessing COM+ application using C#.
  • Creating a Managed Automated Information Agent(mBot)5/19/2012 6:30:42 AM. mBot manages multiple RTC Client objects and exposes interfaces to them via .Net Remoting and .Net Web Services so that they can be managed and used remotely by other .Net applications or from entirely different platforms such as a Java J2EE/SOAP application like Jabber running on Linux or Windows.
  • Welcome to DX-Corner5/19/2012 12:34:44 AM. In this column we will explore the COM interoperability of DirectX and focus on game programming with C#.
  • Query Tool to Excel using C# and .NET8/30/2006 1:01:56 AM. This article show how to use .NET's interoperability feature to pull the data directly into the spreadsheet.
  • Basics of Extending Your Working Environment in Visual Studio2/15/2006 1:55:55 AM. All of us have used Macros in Microsoft Office and Add-ins in Visual Studio 6 and I am very sure all of us have been impressed as well by their power to control their own working environment.
  • Changing the default limit of 25 threads of ThreadPool Class12/7/2005 11:15:06 PM. The Threadpool is useful for managing threads that are usually in a wait state and that take only a short amount of time to do their work. If still you would like to change the default limit of 25 threads then here you go.