Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

Exposing .NET events to COM?

c# vba events com

RegSvr32 exit codes documentation?

windows winapi dll com regsvr32

How do I properly instantiate 32-bit COM objects in classic ASP after installing Windows Update KB4340558?

The difference between traditional DLL and COM DLL

c++ com

Register 32 bit COM DLL to 64 bit Windows 7

dll windows-7 com

Use OCX without registering it

.net com ocx regfreecom

Using Component Object Model (COM) on non-Microsoft platforms

c++ com cygwin mingw wine

Does assigning null remove all event handlers from an object?

Error 80040154 (Class not registered exception) when initializing VCProjectEngineObject (Microsoft.VisualStudio.VCProjectEngine.dll)

Is .NET "all COM underneath"?

.net c++ com

Why use FinalReleaseComObject instead of ReleaseComObject?

.net com interop

What does "Method '~' of object '~' failed" at runtime mean?

com vb6

What's the deal with [ComVisible] default and public classes COM exposure?

c# com comvisible

System.Runtime.InteropServices.COMException (0x800A03EC)

.net iis com excel-interop

Replicating Visual Studio COM registration with a WiX Installer

.net windows com wix typelib

Unload a COM control when working in VB6 IDE

com vb6

How do you register a Win32 COM DLL file in WiX 3?

com dll wix wix3

Best way to access COM objects from C#

c# .net com pinvoke

How to diagnose COM-callable wrapper object creation failure?

What can you do with COM/ActiveX in Python? [closed]