I\'m using Pywin32 to communicate with Bloomberg through its COM-library.This works rather good!However, I have stumbeled upona a problem which I consider pretty complex.If I set the property QueueEve
I need to parse a webpage that is generated by JavaScript. I have been investigating the PHP COM Component and I think is this what I need to get the HTML generated by the browser.
Solved this wasn\'t the problem, since it\'s being implicitly cast to IFramework anyway. I was concerned it may have to do with my methods not returning HRESULT, or with my stubby implementations of I
Is it a bad thing to spawn worker threads in your STA COM object (ie. COM object creates a thread to perform a task)? I think, the answer is - that depends!
I\'m having a bit of a play with using COM objects with Python and have run into a small problem. The COM object I am using has a method called SetCallback which takes a object, the mothod looks like
IE9 users can disable an add-on, such as a browser helper object, by clicking on the cog button and selecting \"Manage Add-Ons\". I need to detect if a given add-on has been disabled in such way, usin
Using Visual Studio 2008 I\'ve built a COM object that targets the .Net Framework 2.0. I\'m trying to use the component in MS Access 2开发者_JS百科007 on XP SP3. If I use early binding it works flawl
Before I ask this question I would like to make it clear that I know there are libraries and techniques for Inter process communcation. This though, is a learning question about COM.
I have a COM object in my DLL which I would like to expose out-of-proc. I know that out-of-proc COM object can only be开发者_开发技巧 used from within an executable. What I\'m wondering if it\'s possi
Is there any way to execute a method of a com object inside a completely new thread, not attached to the main thread?I have tried using a backgrounWorker, and even using a new thread by doing Dim thr