Top "Com" questions

Component Object Model (COM) is a component technology from Microsoft, featuring remoting, language independence and interface-based programming.

COM(C++) programming tutorials?

Are there any good sites for learning C++/COM from the ground up? I'm looking for something like a crash …

c++ com
Equivalent code of CreateObject in C#

I have a code in VB6. Can anyone tell me how to write it in C#. This code is below: …

c# com
How can a web page read from the user's serial port - in the year 2017?

I have to re-implement an existing system from scratch. At one point, when the user navigates to a certain web …

web-applications com serial-port activex
C# COM DLL: do I use Regasm, or Regsvr32?

I am building a C# ActiveX DLL... do I use REGASM or REGSVR32 to register it? How do I register …

com interop x86 64-bit activex
What is COM (Component Object Model) in a nutshell?

It seems COM objects are general use objects which are governed by the OS. The objects follow a strict interface …

c++ com
What can you do with COM/ActiveX in Python?

I've read that it is possible to automate monthly reports in Crystal Reports with COM/ActiveX. I'm not that advanced …

python com crystal-reports activex pywin32
How to convert char * to BSTR?

How can I pass a char * from C dll to VB Here is sample code: void Cfunc(char *buffer,int …

c string com vb6 bstr
Where can I find all of the COM objects that can be created in Powershell?

In Powershell I can create COM objects which can be used, for example, to control Microsoft Office applications: $excel = New-Object …

com powershell
What's the proper source for Windows Common Controls 6.0 component (MSCOMCTL.OCX)?

I'm experimenting with writing ActiveX controls and noticed that I can't seem to create an ActiveX control in Visual Basic (6.0) …

com vb6 activex
What is difference between RegAsm.exe and regsvr32? How to generate a tlb file using regsvr32?

Can any body tell me what is the difference between regsvr32 and RegAsm? My Dll is in C#, so how …

c# c++ visual-c++ com regasm