Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

How to access an indexed property on a COM object from Powershell

com powershell

Why are IsEqualGUID() and "operator ==" for GUID declared to return int?

c++ visual-c++ com

Access COM vtable from C#

c# com interop

Registering a COM object created with VS C# 2010

c# dll com regsvr32 regasm

Unable to access COM exposed methods in VBA

Why is COM interop preferred over P/Invoke in .NET?

.net com interop pinvoke

SetApartmentState and [STAThread]

c# multithreading com watin sta

What does MethodImplAttribute(InternalCall, Runtime) do for methods of COM Interop interfaces?

c# .net com com-interop

How to create a COM object in F#

f# com

How to eliminate the MessageBeep from the RICHEDIT control?

What's the difference between CoCreateInstance() and CoGetClassObject() when creating objects on the same machine?

What's the best way to transfer data from python to another application in windows?

GetObject and VB6 ActiveX exe

com vb6 activex

How can I easily use a COM component in Native Visual C++

c++ visual-c++ com activex

com4j versus jacob to call COM methods from Java

java com com-interop com+ jacob

Difference between COM and DCOM?

visual-c++ com

How to get pointer to IUnknown in C#

c# com interop directshow

Change Excel "External Data" Connection String

c# .net com excel-2003

Casting COM Interfaces [duplicate]

c++ com casting

What does COINIT_SPEED_OVER_MEMORY do?

com