com-interop
Unmanaged C++ COM and Managed C++ .NET4 interop
I have an ATL COM service which I can connect to via my Windows Forms Application .NET4 application, written for the most part in managed c++.[详细]
2023-03-02 11:37 分类:问答C# COM Component works with VB6, but not VB5 -- What's Up With This?
In an earlier question I was attempting to get a C# class functioning as a COM object for VB5 & 6.I did manage to get the COM object working with a VB6 app, but have had a problem getti开发者_开发[详细]
2023-03-01 14:40 分类:问答acessing itunes dj related information through the itunes api
i am in the process of writing a wpf application for a local bar they currently are using itunes dj to manage a voting system to handle patrons song requests[详细]
2023-03-01 05:33 分类:问答Do I need to specify "ThreadingModel" when registering an out-proc COM server?
When an in-proc COM server is registered there usually should be a ThreadingModel value under HKCR\\CLSID\\ClassId\\InprocServer32 that controls how the class obje开发者_开发问答ct should be used in a[详细]
2023-03-01 01:15 分类:问答What Microsoft.Office.Interop.Outlook version works with Outlook 2003?
I\'m creating a COM add-in for Outlook and I\'m trying to target all \'still used\' versions of Outlook: 2003, 2007, 2010. However, the add-in\'s UI (which is rather simple, a CommandBar) doesn开发者_[详细]
2023-02-27 06:13 分类:问答Are different Load Contexts used for referenced assemblies when calling a .NET assembly through COM/Interop vs. through a .NET Application?
I am calling managed code from a VB6 Application using COM Interop, which itself subsequently calls code from another managed assembly after creating a new AppDomain.This new AppDomain is what actuall[详细]
2023-02-27 03:13 分类:问答.net 4 debugging api causes access violations in debugee
is there any way the .net 4 debugging api can somehow corrupt the state of an application during startup?[详细]
2023-02-25 10:17 分类:问答Stop Microsoft Word re-using WinWord.exe process created via COM Interop
If I start an instance of a word application via COM Inte开发者_如何学运维rop, an instance of Winword.exe is started in the background. If I then subsequently load a Word document from Windows Explore[详细]
2023-02-25 08:03 分类:问答MissingMethodException using classic ADO's Recordset.Type property
In my ASP.NET app, I\'m using classic ADO 2.8 to save some data into an Access database. (Or a Jet database, for those who insist that Access is just the front-end.) So I have a RecordSet containing s[详细]
2023-02-25 03:47 分类:问答COM Interop .NET Assembly - A Terminology Question
My question is only about terminology. Does \"COM Interop\" refer only to usin开发者_JAVA技巧g a COM component or object inside a .NET project?[详细]
2023-02-23 07:22 分类:问答