Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in com

How can I force python(using win32com) to create a new instance of excel?

python excel com

How does impersonation in DCOM work?

windows com remoting dcom

Do I need to release the COM object on every 'foreach' iteration?

How to handle COM events from a console application?

c# events com interop

Is it possible for the .NET WebBrowser control to use IE9?

c# .net internet-explorer com

How do I unregister COM dlls initially added with RegSvr32 when the /u arg doesn't work?

Use COM Object from DLL without register

c++ dll com

a Reference to 'Microsoft Windows Installer Object Library' could not be added

c# visual-studio-2012 com

Implementation of ISupportErrorInfo - what does it mean?

com error-handling

How to compare BSTR against a string in c/c++?

c++ windows com activex

Query WMI from Go

com go wmi

Can I detect errors while using a .Net WebBrowser control?

How to convert _bstr_t to CString

c++ com mfc visual-c++ bstr

Why exactly do I need an explicit upcast when implementing QueryInterface() in an object with multiple interfaces()

How to generate type library from unmanaged COM dll

Why cannot I cast my COM object to the interface it implements in C#?

c# com

Do i need to call CoInitialize before interacting with COM in .NET?

.net multithreading com

How to make make a .NET COM object apartment-threaded?

Why is C# null translated as Empty in VB6, instead of Nothing

c# com vb6 com-interop