Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com-interop

Registering my .net assembly for COM interoperability doesn't expose my methods

.net com com-interop

How to deal with COM QueryInterface failure in class library

c# com-interop

Create GUID constants? (VB.net)

How to marshal function return value to unmanaged dll

Why C# PInvoke can't work with unmanaged DirectX

Does .NET define common HRESULT values? [duplicate]

c# .net com .net-4.0 com-interop

Any way to avoid creating a huge C# COM interface wrapper when only a few methods needed?

How should I fix "At least one of the arguments for '...' cannot be marshaled" error when using MSDASC.DLL

c# marshalling com-interop

Passing NULL to ref/out parameter of a COM interface method

c# com null interop com-interop

How to call a COM object from C#

c# com com-interop

COM-Interop: Change .NET Framework Version from 2.0 to 4.0 - Should I change the Guids also?

c# .net com activex com-interop

How to create a SafeArray C#?

C# COM Interop: Writing to a Cell in an Excel Sheet

Can't instantiate COM component in C# - error 80070002

c# com interop com-interop

Do the new NoPIA and Type Equivalence features in C#/.NET 4.0 mean Microsoft.mshtml.dll is no longer needed

c# .net-4.0 com-interop mshtml

How do I get MSBuild to generate a platform agnostic COMReference?

Inspecting an instance of a COM / Interop class properly in VS.Net's debugger?

.net com interop com-interop

.NET 8 COM class using GeneratedComInterfaceAttribute not visible to VB6/VBA or OLEViewer

c# vba .net-core vb6 com-interop