Click here to Skip to main content
15,887,746 members
Everything / COM

COM

COM

Great Reads

by Maxim Kartavenkov
Article describes how to make H.264 Video Encoder DirectShow Filter using NVIDIA encoder API in C#
by Michael Dunn
A tutorial on using owner-drawn menus in a context menu shell extensions, and on making a context menu extension that responds to a right-click in a directory background.
by Arik Poznanski
Complete Library for using the Windows 7 Ribbon from C#, including 18 samples and 21 blog posts documenting the Ribbon features
by CMalcheski
How to Create a Complete DirectX Game in Assembly Language

Latest Articles

by Michael Chourdakis
DirectX hardware screen capture and encoding with audio mixing capabilities. H264/H265/VP80/VP90/FLAC/MP3. HDR supported.
by flyhigh
By implementing a UI library and exporting its necessary components to lua script, we can create a beautiful UI and implement relevant logic in Lua script completely.
by Andrea Simonassi
The first and simplest of the multiplication algorithms, fast enough to multiply not too large numbers
by Excel-lent
This article shows how to compile and execute OpenCL code from VBA.

All Articles

Sort by Updated

COM 

31 Oct 2022 by flyhigh
By implementing a UI library and exporting its necessary components to lua script, we can create a beautiful UI and implement relevant logic in Lua script completely.
9 Mar 2022 by SiretT
Console app to share internet connection with other network interface
18 Dec 2021 by Kai Schtrom
Win32_NetworkAdapterConfiguration WMI class in plain C and C++
9 Dec 2019 by Fabrice Lacharme
Yet another slider/trackbar in C#
1 Aug 2019 by Benktesh Sharma
Configure your favorite editor in git
29 Mar 2019 by Martin Vorbrodt
How to use cURLpp (C++ wrapper around libcURL) to make a simple HTTP query to ip-api.com in order to retrieve geolocation information of a given host or IP address
15 Mar 2019 by Martin Vorbrodt
How to refactor std::auto_ptr
13 Feb 2019 by V. Subhash
I made this list for CNN but it might be useful for any website owner.
7 Jun 2017 by Gunaprasad Shetty
The tip will help you understand how the Word document can be converted into PDF and merge it as single PDF with digital signature for the secured transport of PDF.
3 May 2017 by V5709
This tip will provide one of the ways of generating Excel files using Microsoft COM interop in MVC project.
27 Apr 2017 by Ramachandraiah Pandula
Retrieves height and width of the screen/monitor which is hosting the WPF window or windows control.
12 Dec 2016 by Leo Chapiro
This article explains how to consume a WebService (SOAP) from plain VisualBasicScript by using a COM DLL written in C#.
26 Nov 2016 by JamesFaix
Get a collection of all running Excel interop Application objects (not just the active one)
21 Mar 2016 by B. Clay Shannon
Creating a simple sample Excel Pie Chart, with labeled slices using C# and Excel Interop
20 Mar 2016 by Evgeny Pereguda
Simple variadic template for implementation of IUnknown and IDispatch interfaces
2 Mar 2016 by ArindamSarkar
Tips and tricks to quickly find out how to manipulate Excel using .NET Managed Code
9 Nov 2015 by veen_rp
A simple, step by step tutorial to set up an MS-Office Excel Ribbon, launch your own .NET applications from Excel and interact with the spreadsheet values.
11 Oct 2015 by Bismark Appah
9 Oct 2015 by imagiro
A small class for using COM DLL modules without registering them
6 Oct 2015 by Maxim Komlev
.NET classes to enumerate applications associated with protocol
8 Sep 2015 by Muhamm Irfan
This tip will describe each step involved in the implementation of Reg-Free approach of .NET Component.
28 May 2015 by koolprasad2003
This tip explains how to use Word Automation using OpenXML and C# without Word Interop.
9 Mar 2015 by sunhui
Integrate .NET Component to your Native MFC Application at runtime
22 Feb 2015 by Soufiane Rabhi
Communication between .NET and other programming languages
1 Dec 2014 by ShadowedR
A simple example of a C# Application interfacing with the Null Modem Emulator (com0com) driver to allow run time creation and configuration of Virtual Serial Ports
13 Sep 2014 by koolprasad2003
This tip gives you an idea about how to create Word table using C# (Word automation)
29 Aug 2014 by Andres Cassagnes
A simple serial communication library, with a serial ports enumerator
27 Jul 2014 by Emiliarge
How to send data to device and receive data from device through COM-port
13 Jul 2014 by Anton Kaminsky
Easy way to call a native COM method which has a parameter of type: HWND from C# code
28 Mar 2014 by Romain Gailleton
A presentation on how to extract data from a Type Library (.tlb) and access COM Binary Interface from C++ using Qt
13 Feb 2014 by Eyal Rosner
If you are looking for memory leaks related to BSTR pointers, this tip might be very relevant for you.
22 Jan 2014 by imagiro
How to use the shell to unzip a file to a folder location
13 Nov 2013 by Mike Meinz
The COM Interop Runtime Callable Wrapper (RCW) is a "Black Box" that creates references to memory that need to be released before the called program will end.
22 Oct 2013 by Bashar Tahir
Easily zip / unzip files using Windows Shell32
18 Oct 2013 by Vivek Goyal
Debugging Java JNI and C++ code in COM based application
20 Aug 2013 by Sivaji1565
This article briefly explains about resizing of custom task panes in Execl/Word/powerpoint
18 Jul 2013 by Mircea Sirghi
Jacob for Excel, pivot tables, VBA functions, etc.
27 Mar 2013 by metastruct
When WebClient, HttpRequest, and all else fail, BITSadmin solves your download woes
5 Mar 2013 by jan.mach71
A small tool listing Administrators group members recursively using the ActiveDS library.
12 Dec 2012 by Eduardo Mozart de Oliveira
How to download files with VBScript using COM (WinHTTP and MSXML) or WGET
3 Dec 2012 by wmjordan
Fully release resources engaged by COM objects.
23 Nov 2012 by Nishith Varma
Easy Remote Desktop Using C#.net
13 Jul 2012 by Christopher John Paul
15 May 2012 by Saikumar Koona
How to make a component dynamically load the config file.
8 May 2012 by Jayson Ragasa
Expose those class members written in .NET, in VB6
2 Aug 2011 by Crooked Path
Please let me suggest that "FinalReleaseComObject" is not the way to go. If you write structured code, you should never need it. Strictly following Microsoft Patterns & Practices:1) Declare & instantiate COM objects at the last moment possible.2) ReleaseComObject(obj) for ALL...
22 Jun 2011 by ugavnholt
How to invoke foreign remoting interfaces in remote hosts.
6 May 2011 by AspDotNetDev
This demonstrates how you can call a C# method in a Windows Forms application from JavaScript that is hosted in a webpage inside a WebBrowser control on your form.
24 Jan 2011 by Darki699
Another way to use the code above is to create dynamic "dynamic linking", to download dlls and embed them during runtime!How to do this:1. Add a project reference to a COM object, but DO NOT include the DLL in the executable folder2. Do not call any of the functions from the COM ref...
21 Jan 2011 by Darki699
This is an example of how you may take a COM *.dll file, and binary-embed it inside your C# project as a *.cs file. You can create a fully functional COM interface in managed enviroment using the steps described in the project.
7 Jan 2011 by Philippe Bouteleux
How to instantiate a COM object wrapper and call a method at runtime
5 Jan 2011 by Arman S.
Shows how to convert between different image formats by using GDI+
29 Dec 2010 by Arman S.
Shows how one can use IStream for in-memory operations
7 Nov 2010 by #andy
Sample code to get you started
14 Apr 2010 by Joao Tito Livio
Introduction...