Click here to Skip to main content
15,879,535 members
Everything / COM+

COM+

COM+

Great Reads

by simonp_ca
Use Excel worksheet's cells as pixels to render real image (for fun and experiment)
by Jose Maria Estrade
ExcelCommunicator allows to pass and retrieve data to/from Excel as datasource/calculation-engine
by gmaran23
Query the properties, or download a file present on a Unix server to a Windows server via SFTP connection
by Sharjith
This article shows how to instantiate a COM object in Tcl/Tk and use its methods and properties.

Latest Articles

by Alexander Yumashev
The code compacts and repairs an MS Access database from C# code using a JRO.JetEngine COM-object. Binding occurs at runtime, no references, no interops. Pure System.Reflection.
by Pragmateek
Using an Access, MySQL, PostgreSQL or SQLite Database from VBA
by simonp_ca
Use Excel worksheet's cells as pixels to render real image (for fun and experiment)
by Md. Faroque Hossain
Sending Faxes with fax-modem and telephone line in C#

All Articles

Sort by Updated

COM+ 

20 Apr 2021 by Alexander Yumashev
The code compacts and repairs an MS Access database from C# code using a JRO.JetEngine COM-object. Binding occurs at runtime, no references, no interops. Pure System.Reflection.
16 Jan 2018 by Pragmateek
Using an Access, MySQL, PostgreSQL or SQLite Database from VBA
30 Aug 2017 by simonp_ca
Use Excel worksheet's cells as pixels to render real image (for fun and experiment)
11 Dec 2016 by Md. Faroque Hossain
Sending Faxes with fax-modem and telephone line in C#
21 Jun 2016 by Alexandros Pappas
Measuring COM+ performance
9 Mar 2015 by umar.techBOY
An API that reads OMR sheets from camera taken/ scanner scanned images.
23 Dec 2013 by LamYongXian
This is an alternative for "C# - Optical Marks Recognition (OMR) Engine 1.0"
25 Apr 2013 by In the Face of God
Unmanaged code application accessing data in a database via Web Services without a database provider.
18 Feb 2013 by gmaran23
Query the properties, or download a file present on a Unix server to a Windows server via SFTP connection
28 Aug 2012 by Alexandros Pappas
This article provides a program to demonstrate how to pass WCF transactions to COM+.
28 Jul 2012 by pottwalblog
Convert Word-Documents to PDF-Files using Word 2007 on a Server
21 Mar 2012 by enamur
How to create a simple BHO using C#.
1 Aug 2011 by Mahdi Mansouri
Surpass Omron OCX OPC Component and use a user friendly .NET based class to interface Omron PLC Series
24 Jul 2011 by Mahdi Mansouri
Easily Surpass any OPC Component and use a user friendly .NET based class to interface Fatek and Facon PLC Series
12 Jun 2011 by Wanderley Caloni
Exception based error check that automates the FAILED() comparison.
28 Apr 2011 by Fred van Lieshout
OLE container implementation for hosting a Flash Player control using C++, with support for calls and callbacks between C++ and Flash ActionScript.
8 Feb 2011 by steveb
Interface-based programming, Runtime class discovery, Dynamic class loading from DLL
19 Oct 2010 by "Fish" (David B. Trout)
Simple parsing of VS_VERSIONINFO version information strings displayed in an XP-style file-properties "Version" tab
5 Sep 2010 by stoyac
Creating MSI with NAnt.
12 Jul 2010 by hamityildirim
Add-in - add-on programming and an example for Outlook add-in regions, views, rules, and reports.
26 Jun 2010 by imagiro
How to create JavasSript arrays and other objects from C++ code and pass them to the script.
23 May 2010 by Sandrino Di Mattia
This dynamic keyword can be put to good use when doing COM. And in turn, you could be more productive when you need to complete tasks regarding the Windows API (that expose COM functionality).
21 Apr 2010 by yincekara
This article is a guide to building a .NET component, using it in a VB6 project at runtime using late binding, attaching its events and get a callback.
20 Apr 2010 by Sharjith
This article shows how to instantiate a COM object in Python and use its methods and properties.
18 Apr 2010 by Sharjith
This article shows how to instantiate a COM object in Tcl/Tk and use its methods and properties.
29 Mar 2010 by Krasnikov, Eugene
Getting Started in Visio Add-On creation (VSL project)
22 Feb 2010 by Aric Wang
The article will give you an idea on how to design a source filter.The source filter creates samples and outputs it from its output pin.
1 Nov 2009 by hussain.attiya
Just sharing my experience from six years ago, in 2003, when I was working as a developer.
21 Sep 2009 by Foolomon
Describes the implementation of a key registration, installation, and validation methodology for Windows applications
16 Sep 2009 by Foolomon
Describes the implementation of a key registration, installation, and validation methodology for Windows applications
10 Sep 2009 by Foolomon
Describes the implementation of a key registration, installation, and validation methodology for Windows applications.
7 Sep 2009 by Foolomon
Describes the implementation of a key registration, installation, and validation methodology for Windows applications.
16 Jul 2009 by Wisam E. Mohammed
Time to advance your symbology skills and label your map
7 Jul 2009 by CS Rocks
This article demonstrates how to manually create a COM DLL with VS 2005.
7 Jul 2009 by Praveen Nair (NinethSense)
This article explains how to make a Skype bot in .NET.
24 Jun 2009 by rogwabbit5
Add, Update, Delete and Search Sun One LDAP with .NET DirectoryServices
15 Jun 2009 by Md. Marufuzzaman
This article will demonstrate how we can integrate T-SQL with an external application.
9 Jun 2009 by yincekara
Internet Explorer automation sample code using late binding, without Microsoft.mshtml and shdocvw dependency.
13 May 2009 by HotSoftG
Automation framework application development, realize the software functions and software frame separation. Support plug-in support theme
21 Apr 2009 by Gindi Bar Yahav
Creating mini media player using Windows Media Player COM
5 Apr 2009 by Ladislav Nevery
One very simple way to add scripting support to your app without need to install or distribute anything
13 Mar 2009 by Jose Maria Estrade
ExcelCommunicator allows to pass and retrieve data to/from Excel as datasource/calculation-engine
9 Jan 2009 by chihuase
It's easy to create a wrapper for .NET classes that you can use in VB6, but there are some difficulties with the types, specially Generic lists
8 Dec 2008 by Joseph Armbruster
How to embed the Google Earth scene in a C# application.
6 Oct 2008 by Abey Thomas
This article is about the details of adding an image to a Word document programmatically.
2 Oct 2008 by Abey Thomas
This is an article about adding footnotes to a Word document (MS Office 2007) programmatically.
25 Sep 2008 by tomcat1
Call a .NET COM+ Interop component with Classic ASP.
12 Sep 2008 by puschusb
Run Spell Check in your .NET apps through any version of Word, without having to make a reference at design time.
10 Sep 2008 by akiran
This article details how to create, install and use side-by-side native assemblies from C# and MC++.
8 Sep 2008 by Victuar
Shows how to kill unwanted windows on the user desktop on Vista, using COM+ to allow a Windows service to interact with user applications.
2 Jul 2008 by CurtD
Assertions are a very effective debugging tool for C/C++ code. But, a very subtle problem exists with assertions that can cause you to waste a lot of debugging time chasing the wrong problem.
17 Jun 2008 by Nelson Kosta Souto
Application configuration settings .NET & VB 6 with XML
9 Jun 2008 by Deepak.M
This article describes on building a Database from scratch using Batch File from the existing Database
15 May 2008 by Surajit Paul
This is a cool chat application created in DotNet using web services having all the functionalities.
8 May 2008 by Davidwu
A Cool Vista Sidebar Gadget Style CPUInfo Animate Control! (Fixed)
11 Mar 2008 by Nelson Kosta Souto
How to use the .NET Library and XML in VB6.
12 Feb 2008 by BharadwajSonti
A tool to read the data from an Excel sheet into a C# string array
25 Jan 2008 by Tomer Doron
In a mixed .NET/COM COM+ based environment, one may find a need for a command line tool to deploy COM components in COM+.
7 Jan 2008 by Visual Numerics, Inc.
This document focuses on the combination of VSTO 2005 and Visual Studio 2005 Team Edition.
14 Nov 2007 by Filipe Pereira
This article presents a simple calculator component example by using COM Interoperability basics.
5 Nov 2007 by Windmiller
This article will explain a system made for developers to store their software versions in a SQL database, client and server side. Will handle COM+ mixed with Remoting, and a Oracle database.
10 Oct 2007 by Jia.Chen
This article uses a simple example to show how to build a Firefox component intercepting/operating DOM
30 Aug 2007 by LeeBear
This is just a VB.NET class wrapper for the Lotus Notes interfaces.
10 May 2007 by Paul Glavich
ANTS Profiler provides you with a quick and easy way of identifying performance bottlenecks within your .NET applications. Additional support for the latest .NET 3.0 features, the Vista operating system, and Visual Studio integration, cements ANTS Profiler as a leading tool in performance profiling.
28 Feb 2007 by Naveed Bajwa
Describes Application Integration and discusses Different Microsoft technologies Related to Application integration
22 Sep 2006 by Casper Leon Nielsen
We can easily start Excel and open a given workbook - however, it takes some trickery to open a text file without using the commandline.
4 Apr 2006 by Dustin Metzgar
Shows how to use TIP to communicate with web services in a COM+ distributed transaction.
27 Mar 2006 by Pablo Yabo
This article was done to provide an example of IStoreNamespace / IStoreFolder.
16 Mar 2006 by Venkata Kancharla
A Test Driven Development approach for automating the COM+ Administration Task.
2 Feb 2006 by Dustin Metzgar
Shows how to use NHibernate in a COM+ distributed transaction.
11 Jan 2006 by Ohad Redlich
This article explains how to use the IMessageFilter.
9 Sep 2005 by SoftWidgets
In just a few minutes, predefined templates, containing formatted sheets and charts, can be generated from any database using simple SQL statements, macros and/or custom C# or VB.NET snap-ins. Generated files can be distributed to a file server or as an email attachment. Usually, no coding is needed
31 Aug 2005 by cagatay.yildir.im
Showing floating text message on the MSN Messenger as a personal message
12 Aug 2005 by hadhmy
Implementation of .NET COM+ Transactions
28 Jul 2005 by M_Rizwan
Monitoring COM+ running applications.
1 Jun 2005 by Alexander Shirshov
Emulate TransactionScope functionality coming in .NET 2.0 with .NET 1.1.
23 Oct 2004 by Hing
An article on how to create an ActiveX control for Excel, and the technique to create an arrow using GDI+, some secondary school mathematics here, and some technique to link cell with Excel.
3 Apr 2004 by jqd2001
Improve COM+ LCE reliabilty and scalability using MSMQ.
9 Oct 2003 by Faisal Haroon
Web-based Active Directory Login
5 Dec 2001 by Ivo Ivanov
A reusable object-oriented framework for preserving state of stateless components.
19 Mar 2001 by New Riders
COM+ holds the promise of greater efficiency and more diverse capabilities for developers who are creating applications - either enterprise or commercial software - to run on a Windows 2000 system.
31 May 2000 by Jeremiah Talkar
An introduction to the COM+ Object Pooling service