TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About COM object
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Hemant Solanki (1)
Ajay Yadav (1)
Prashant Tailor (1)
Christopher Hall (1)
Pramod Singh (1)
Prashant Bansal (1)
Mark Bourisaw (1)
Caonabo Ruiz (1)
G Gnana Arun Ganesh (1)
Imtiaz Alam (1)
Michael j Chase (1)
Tony Tromp (1)
Mike Gold (1)
raviraj_bh (1)
Yash Malge (1)
Related resources for COM object
No resource found
Learn about Garbage Collector in .NET
9/23/2024 9:23:17 AM.
This article discusses the .NET Garbage Collector and its role in memory management, distinguishing between managed and unmanaged resources. It highlights the limitations of using Objects. Finalize fo
COM in .NET
5/1/2024 11:39:57 AM.
COM (Component Object Model) in .NET facilitates interoperability between .NET and COM objects. Using COM Callable Wrappers (CCW) and Runtime Callable Wrappers (RCW), .NET code can access COM componen
COM Interoperability Part 1: Using COM Components in .NET Framework
2/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 Disposal
5/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 .NET
11/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.NET
11/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 .NET
9/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-Corner
5/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 .NET
8/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 Studio
2/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 Class
12/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.