Component Object Model (COM) is a component technology from Microsoft, featuring remoting, language independence and interface-based programming.
Are there any good sites for learning C++/COM from the ground up? I'm looking for something like a crash …
c++ comI have a code in VB6. Can anyone tell me how to write it in C#. This code is below: …
c# comI 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 activexIt seems COM objects are general use objects which are governed by the OS. The objects follow a strict interface …
c++ comI'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 pywin32In Powershell I can create COM objects which can be used, for example, to control Microsoft Office applications: $excel = New-Object …
com powershellI'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 activexCan 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