I\'m trying to extract thumbnail or icon if the thumbnail is not available from a file or folder like windows explorer. I\'m using IShellItemImageFactory and when the thumbnail is present it works nic
I recently got tasked with simplifying a COM+ installation consisting of 5-6 COM+ apps for w2k3 server, never having worked with COM+ before. I\'ve seen some ways to do this with a vbscript, but I wou
I would describe myself as an intermediate R user, but a total C/C+/C# novice.My current task involves pulling data out of a commercial system using the vendors provided SDK.This is provided as a dll
I have two applications, A.exe and B.exe. B.exe implements various COM interfaces and is used by A.exe.
I\'ve been using std::unique_ptr to store some COM resources, and provided a custom deleter function. However, many of the COM functions want pointer-to-pointer. Right now, I\'m using the implementati
开发者_开发知识库I\'m having some problems in passing an array of structures in the definition of COM interface. For example, I\'m trying to define a series of variables Ids in one read function and I
I\'m trying to make some modifications to some old ASP pages running VBScript on a server that I don\'t have a lot of information about. The people who would have that information are off in another d
I need to make deployment our ActiveX control(two .dll files) through Web with using ActiveX. I saw that deployment .NET application with using ClickOnce is very easy, just need in VS click Build->Pub
I need t开发者_JAVA技巧o write a module for Apache. The server will be running under Windows and it looks that I will need to utilize some functionality which is implemented as COM.
I\'m using COM in Python and I want the object to run in background - hidden. With Excel I do: Import win32com.client