Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

How can I speed-up creating excel Excel spreadsheets from C#?

How to debug vs 2008 c# express dll which is called by a vb6/vba app?

Trying to open a file dialog using the new IFileDialog and IFileOpenDialog interfaces in C# with minimal code [duplicate]

Loading COM object in C# throws exception “Unable to cast COM object of type 'System.__ComObject' to interface type ...”, but C++ or VB not

c# c++ com com-interop

what is the advantage of .net4's new no pia feature [deploying PIA's]

Why does COM Interop treat a VB6 Boolean as C# Short?

c# .net com vb6 com-interop