I\'m having trouble with something that should be brain-dead simple. I am writing a COM client in .NET that will eventually talk to an old-style C++ COM interface when the server code is written. In
I want to get the method names of un-managed components. I would be doing using the prog-id System.Type wiType = System.Type.GetTypeFromProgID(\"Wind开发者_Go百科owsInstaller.Installer\");
I wonder if you could help me solve my COM problem. I have a program that calls a COM method when the button is clicked. The code looks something like this:
I have an ActiveX control implemented as a DLL; this DLL has the type library embedded as a resource. I know that the type library contains a coclass with a special name (say \"FooPlugin.BarClass\").
I\'m using pywin32 to read and write to excel. Now the only method I know is accessing Range.Value however, I usually don\'t know t开发者_StackOverflow社区he size of the full excel table in advance.
again I am confused with Windows (and it\'s not even Vista!). I\'m trying to hook up CrystalReports 2008 and PHP for a simple report printing interface. CrystalReports (to my knowledge) provides a COM
I create a COM object used for automation tasks of some application. When this happens application is started and its\' main window is displayed.
While accessing a computer I get an access violation error. The error is not consistent and only reproducible while trying to access a huge data.
I am trying to access (from a VB6 application) an unsigned 32 bit integer data type returned by the method of a C++ COM object. The part of an interface is declared like:
To better myself I am attempting to make my dll\'s COM compliant, I thought I\'d just need to extend/implement a few interfaces and job done but now I am at a cross roads,