Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

Registering a 32 bit DLL with 64 bit regsvr32

c++ windows com rpc

Register a C#/VB.NET COM dll programmatically

c# vb.net com dll com-interop

Visual Studio 2010 64-bit COM Interop Issue

COM object method undefined

php windows delphi com

Which blocking operations cause an STA thread to pump COM messages?

c# com interop message-pump

How can I invoke a static method on a .NET object over COM interop?

.net com interop com-interop

SaveAs vs SaveAs2 in the Microsoft Office Word object model

Is it safe to call an RCW from a finalizer?

.net com finalizer

Any good tutorials on using COM from C#? [closed]

c# com

What do Get-WMIObject \ Get-CimInstance actually do?

Return array of interface from a .NET method via COM4J

c# java com com-interop com4j

CComVariant vs. _variant_t, CComBSTR vs. _bstr_t

c++ com atl

Get property names via reflection of a COM object

c# reflection com properties

Why can't a .NET COM library be used via COM in .NET?

.net com

COM in the non-Windows world?

RegAsm - When is the /codebase option applicable?

dll com vb6 regasm comvisible

What is the purpose of __in __out __in_opt __allowed(), how do they work? Should I use similar constructs in my own code?

c++ c com winmain

An outgoing call cannot be made since the application is dispatching an input-synchronous call

c# internet-explorer com

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

When to use ReleaseComObject vs FinalReleaseComObject? [duplicate]

c# com marshalling