Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / COM

COM

COM

Great Reads

by Adrian Dorache
Let's see a short example using COM objects exposed by Internet Explorer. The code below changes the color of every link in an HTML document.
by Boaz V
How to receive events from a COM object using the application message loop in a console application.
by Yuriy Kyyan
An article on creation automated interface for .NET applications.
by Florian Rosmann
COM Interop using a little post compiler. As a result, it is possible to use multithreading in combination with COM interfaces.

Latest Articles

by Adrian Dorache
Let's see a short example using COM objects exposed by Internet Explorer. The code below changes the color of every link in an HTML document.
by Boaz V
How to receive events from a COM object using the application message loop in a console application.
by Yuriy Kyyan
An article on creation automated interface for .NET applications.
by Florian Rosmann
COM Interop using a little post compiler. As a result, it is possible to use multithreading in combination with COM interfaces.

All Articles

Sort by Score

COM 

by Adrian Dorache
Let's see a short example using COM objects exposed by Internet Explorer. The code below changes the color of every link in an HTML document.
by tranthanhtu.vn
Overview. As mentioned in "Manage Staffs - Part 2" part, It was easy to query the list of staffs as they were prepared before hand.. All necessary preparation steps occurred in "Add/ update staff information".. Let see "Add staff" first.. Add the following line into staffs.
by tranthanhtu.vn
Overview. In this article, let see how we use multiple languages in TinyERP.. Currently, In html files, ts file for HRM were still using hard-code value (I mean hard-code value of string). And this was not good for enterprise application which supports multi languages as default..
by Abhijit Jana
A Solution Navigator features in VS 2010 Productivity Power Tools
by Jeremy Likness
In this post, I will continue the tradition which I started in a 2015 blog post of celebrating the year and looking back at highlights.
by Rajat-Indiandotnet
Objective: In this post, we, try to understand what is Object Storage Service in Alibaba Cloud and how to create your first Object Storage Service. We will try to understand the different business scenario where we can utilize this OSS service.
by Keyhole Software
Using JSON and File API to view starred Google Reader posts.
by thoughts-on-coding
A short introduction into IEEE 754 Floating-Point Model
by John Bandela
As brought up in the a reddit post with lambdas in inline functions you can run into ODR violations and thus undefined behavior.
by Pete O'Hanlon
Action based ViewModel and Model Validation
by Leung Yat Chun
Add column header to custom ViewBase (ListView.View)
by Dennis E White
Adjusting View so Keyboard doesn’t hide a UIController
by James A. Brannan
Introduction AWS SQS Message Queues are a way to exchange messages between applications. Senders, send data objects to a queue and receivers, receive objects from a queue.
by James A. Brannan
In this tutorial, we explore creating, reading, updating, listing, and deleting objects and buckets stored in S3 storage using the AWS Java SDK 2.0 to access Amazon’s Simple Storage Service (S3).
by OwenDavies
How to non-interactively login to Azure with PowerShell
by TheyCallMeMrJames
With the release of MVC 3, the updated project templates and the Razor view engine we have several new features and tool improvements at our disposal.  I wanted to see how hard it would be to get a quick mash-up of some ASP.NET goodness and the Google Maps API.
by James A. Brannan
Exploring AWS KMS to encrypt and decrypt data via the AWS Java 2 SDK
by James A. Brannan
Exploring the AWS Key Management System (KMS) to encrypt and decrypt data via the AWS Java 2 SDK
by Vivek Johari
Creating an Azure SQL Database Contents Introduction Creation of Azure SQL Database Step 1: Select Database Name Step 2: Select Azure Subscription Step 3: Choose Resource Group Step 4: Choose Database Source Step 5: Choose SQL Server Step 6: Choose Elastic Pool Option Step 7: Choose Service Tier for
by frez
In Azure your web app is written to the “d:\home\site\wwwroot” folder, and if you deploy with Visual Studio and choose “Remove additional files at destination” anything not in your project will be removed from “d:\home\site\wwwroot”.
by Zhuyun Dai
I summarized some best practice rules in writing a COM-visible assembly according to my recent work.
by Shameel
This article introduces you to BrowserSelector, an open source app that acts like a bootstrap to associate urls to different browsers installed on your machine,.
by DotnetShtien
Building a data form with validation in 3 minutes using xamarin and postsharp. Having a data form is very common in modern mobile applications , and of course in most cases you will need to validate user input before allowing him to submit the form..
by Chris Boss
I have followed stories about learning to code in education and am intrigued by what I have read.
by Steve L. Powell
COM and .NET: Cleaning up
by essentialSQL
In this episode of SQL Minute I want to share with you how to create a pivot or cross tab chart.
by YawerIqbal
Last week in a meeting client explained requirement: “.. we receive emails in a mail box, and we manually create contacts in CRM using sender name and address for further processing, we want to automate this.. .
by Derek Lakin
Creating a Custom View Mode that Supports a Template Selector
by Chris A. Johnson
This article is about creating a dynamic menuing system for ASP.NET core.
by grilialex
In scientific projects, it is often needed to sample sounds from remote locations, for classification or other purposes. As data link rates may be low or unreliable, transmitting raw samples to inland processing centers may not be an option. An alternative is to do off-line processing in batches.
by Gaston Verelst
In this post, I show how to create an image from a VM in Microsoft Azure, and use this to create identical VMs.
by Mohammad Elsheimy
Learn how to create transactional vista using C# and Windows Vista (and higher) SDK.
by Benktesh Sharma
How to create, modify and update Docker image from container
by Andrew Blank
A bit about this project I was asked by a co-worker for an example of using Selenium Web Browser Automation with C# so I wrote a quick example in C# with MSTest and DotNet Core and I posted it to Github. https://github.com/andyrblank/Selenium-C-Sharp-Example What is Selenium?
by IAmJoshChang
How to create a magnet power up
by Manjuke Fernando
Due to an unavoidable situation, it was decided that all the write access to a particular server (SQL Server) was required to be removed immediately. And only few people should be able to access the server with full privileges.
by Chris Boss
Visual Basic 6.0 just doesn’t want to disappear. Why ? Likely many have written vital applications using VB 6.0 and Visual Basic dot.net is so different that it is not a viable option.
by Manas Bhardwaj
How to extract table data from Word document using Aspose Words
by Arkadeep De
How to create a genealogy view in ASP.NET C# using Google Organizational Chart
by Val Okafor
In this blog post, I discuss how to convert Android View to PDF.
by Kunal Chowdhury «IN»
How to get rid of the XAML Design view inside Visual Studio IDE?
by Chris A. Johnson
This article explains exactly how to setup an SSL certificate for FREE on your Azure account. The existing free SSL with Azure only works on 'non-naked' domains, making it pretty much worthless. This is a 100% free method which ensures your site will be 100% secure.
by Chris A. Johnson
By Chris Johnson @ kolaberate.com Integrating SharePoint with Out Systems Introduction This article is about accessing your Office 365 SharePoint application via the SharePoint API to fetch or update its resources specifically using REST API services from OutSystems.
by thoughts-on-coding
Introduction into an Automated C++ Build Setup with Jenkins and CMake
by thoughts-on-coding
A short introduction into the modern build system gradle
by Sibeesh Passion
How to loop through component property in Render function
by James A. Brannan
How to convert a List of Strings to a List of Integers using the MapReduce programming paradigm
by Pragmateek
Introduction Following my previous article on a similar subject, Extend your VBA code with C#, VB.Net or C++/CLI, I’ve received an interesting feedback from a VBA developer who wanted to leverage the advanced support of the .Net framework for regular … Continue reading →
by Lee P Richardson
This post is the story of how to generate an unauthenticated client.
by Vivek Johari
Migrating SQL Database To Azure SQL Instance using Microsoft Database Migration Assistant (DMA) Tool Contents Introduction Microsoft Database Migration Assistant (DMA) tool Migrate SQL Server database To Azure SQL Instance using DMA tool Detecting the compatibility issues using Assessment Type
by thoughts-on-coding
Implementation of Numerical Integrations with Trapezoidal and Simpson Rule Approach.
by thoughts-on-coding
Matrices are a key concept in solving linear equation systems. Efficient implementations of matrices are not only considering computation complexity but also space complexity of the matrix data.
by Samir Sameja
Office Interop Object Collection Technique – Ghost Excel Instance
by Samir Sameja
In this article, I will write about the way to release interop references.
by Pragmateek
Introduction If you've already developed COM APIs with .Net, typically in C# with VBA as the consuming language, you've probably leveraged two powerful features: by-reference parameter passing that allows the API to change the input object itself, not only its ... Continue reading ...
by Sabarinathan A
The primary purpose of a Parameterized View lets you retrieve PL/SQL record collection structures in a SQL context.
by Matt Balent
How to use C# Visual objects in PB classic applications
by James A. Brannan
In this tutorial, we create a simple Rest application using POST.
by essentialSQL
How to select top rows within a query
by James A. Brannan
In this tutorial, you create a simple Python client that sends records to an AWS Kinesis Firehose stream.
by Sacha Barber
In this post I want to talk about how to get started with some very nice monitoring tools, namely Prometheus Grafana
by Lee P Richardson
Private NuGet Feeds in Azure DevOps
by James A. Brannan
In this tutorial, we secure a simple Rest API. We begin with a simple example, progress to using a custom UserDetailsService, and finish by adding method level security.
by James A. Brannan
Spring Rest Using Spring Boot
by YawerIqbal
System Jobs AsyncOperation or System Job is an important Dynamcis 365 system entity. Usually we don’t create its records, rather they are created automatically. A record represents a single execution of an asynchronous resource.
by Lukasz Szyrmer
Experimenting with output using three different alternative ways of working
by Rob Kraft
A lot of small teams could use reminder emails when it is time for a team member to perform a task, but there are not a lot of products where you can easily set up reminder emails for team members for free. But you can do it easily with a Google Sheet. Building on the […]
by Sifiso W Ndlovu
IntroductionThe post, XML Document Sourced SSRS Report Using HTTP URL, demonstrated how a SQL Server Reporting Services (SSRS) data source can be used to reference an Extensible Markup Language (XML) document located via Hypertext Transfer Protocol (HTTP) protocol-based URL.
by Bahrudin Hrnjica
Visual Neural Network Designer in ANNdotNET
by M Sheik Uduman Ali
WCF Claims, STS and Federation – Layman’s View
by M Sheik Uduman Ali
In the previous post, we have seen the service configuration of WCF federation. In this post, let us see the STS configuration.
by Sifiso W Ndlovu
XML Document Sourced SSRS Report Using HTTP URL
by WebBiscuit
Microsoft has violated the holy rules of COM and broken their msado15.dll. The violation occurs after the installation of Windows 7 Service Pack 1 (version 6.1.7601.17514).