Does anyone know if there\'s a way to pass an enumeration value using Jacob? ComObj.ComEnum.enumVal1 ComObj.ComEnum.enumVal2
I\'m trying to make use of Window\'s ThumbnailCache in a WPF application. I\'m starting with a path to an image file and hoping to end up with a Media.Imaging.BitmapImage that holds the thumbnail.
Hi I am a beginner in COM. I want to test a COM dll in both STA and MTA modes. My first question is: is it possible a COM object supports both STA and MTA?
I have developed a C++ DLL-based COM object that implements some IUnknown derived in开发者_运维技巧terface. How can I use it in VB6? Does VB6 support IUnknown based interfaces, or I need to derive fro
Is it po开发者_JAVA百科ssible to create the single instance of COM object, and be sure all subsequent calls from any client will be made to this single instance only?Note that you will have to to make
I have written a .NET Windows service which has a WCF service built into it. I can call this from a C# client written in Visual Studio 2010. However, I also need to call it from a MFC app written in V
We use an application.word COM object from PHP to convert Word files to PDF in the background. This works quite well with the following code:
I have a small query, How to create and export Singleton class from DLL? that could be share across multiple modules of same application. My intention is to create a centralized custom logging system
I\'m using the com component Microsoft RDP Client Control version 8 in C# to connect to terminal servers and remote desktops.
You may have some advice on this page: http://www.echelon.com/support/kb/solution.asp?solutionID=668 This page is nearly exact describe my situation. However the guides there are not suitable.