COM
*.tlb file -- per version of Visual Studio?
I haven\'t done COM in over 10 years so开发者_运维技巧 I was wondering: When I utilize a 3rd party COM based SDK by importing its TLB file -- is it their responsibility to release a version of TLB fo[详细]
2023-04-11 05:53 分类:问答System.OutOfMemoryException When Compiling Code With a COM Component in 32 bit and Using On a 64 bit System
My code works fine on a 32 bit s开发者_JS百科ystem.I am simply referencing a COM component that reads/writes xml.So, I tried compiling in \'X86\' and then running on a 64 bit system when I received th[详细]
2023-04-11 03:52 分类:问答Adding category to new mails
I am creating a VSTO 2007 Addin using COM. My requirement is to mark all the new mails into Blue category. I have the following code in OnNewMailEx handler[详细]
2023-04-11 03:09 分类:问答Get binary image content from <IMG>
I need to transfer image byte contents from JavaScript to a COM component. I will figure out the COM part but how do I get the binary image having a reference to <IMG开发者_运维技巧>?[详细]
2023-04-11 02:00 分类:问答Is there a way to make Visual Studio 2010 to run all tests on the same thread?
Even when Visual Studio 2010 does not run tests in multiple parallel threads, it still uses different threads to run different test methods. It uses one thread to run one test, and then switches to ot[详细]
2023-04-10 22:26 分类:问答Using COM automation server and PyQt
I want to create an开发者_如何学编程 application in PYTHON with graphical interface (using pyqt), with a COM automation server.[详细]
2023-04-10 20:39 分类:问答How to get a reference to an object (COM) in JavaScript that can be passed outside the browser
I have a hyrid type application (web and forms). It\'s a .net compact framework app. On one of the forms I have a WebBrowser control.[详细]
2023-04-10 16:50 分类:问答Access COM objects on another box from .NET (without deprecated DCOM, remoting)
I have to integrate my .NET server app with a vendor\'s product. The vendor\'s product will be on its own server and has a s开发者_开发问答upported & documented API, but alas, only as COM objects.[详细]
2023-04-10 14:29 分类:问答Delphi - multiple remote com objects
My D5 application is on a server being used remote开发者_如何学运维ly by a couple of users, so I need use the following function to create a COM object to launch another application (LmPos) installed[详细]
2023-04-10 06:22 分类:问答Is using COM right for me?
My work has an application written in VB6. I am tasked with writing another, different, application in C# .NET. I am not allowed to change the VB6 code, but I need to call a function (from my .NET app[详细]
2023-04-10 02:05 分类:问答