I\'m trying to write a little C (C++ is fine, too) utility for spying ActiveX controls. Given some HWND handle of a window I\'d like to print
I am using Microsoft HTML Objects library in my project, and the problem is, that I always get an exception when I try to start in VS debugger (I got COMException with E_FAIL HRESULT). When I start ap
I am writing an inproc com dll that runs in the dllhost.exe surrogate, but I see an issue debugging it.
I am writing an inproc com dll that runs in the dllhost.exe surrogat开发者_开发问答e, but I am running into an issue debugging it.
I need to read some cell values from a .xls file using JScript under WSH. Is there any COM object or anything that I can use to do tha开发者_开发技巧t?Actually there is a COM component for this. Its
I\'m using an interoped COM assembly in my 1.1 VB.NET code, and when I try to set a property of the class, I get an INvalidCastException error with the message \"QueryInterface for Interface xxx faile
Our customer has old Win32 client开发者_运维知识库s that use a native C++ COM registered .dll that we provide.
I created a Word document through automation (Start Word, Open template, Saved it to .doc, Close document, Quit Word). After that I want to open this .doc-file in an TOleContainer: fOleContainer.Creat
I\'m using IRunningObjectTable.Register and IRunningObjectTable.Revoke as shown in this tutorial.My VBScript client initially calls methods no problem, but when the C# COM server disposes, I always re
I have a project written in VB6 that uses a UserControl, The project runs fine when the OCX is registered, but if I run the same project with a side by side manifest it results in an error.