com-interop
Under what conditions is CCmdTarget::OnFinalRelease called?
The MSDN documentation for the CCmdTarget::OnFinalRelease method is pretty brief: Called by the framework when the last OLE reference to or from the[详细]
2023-03-23 01:32 分类:问答How can I use iTunesLib in unattended mode?
I\'m making a little app to automate my iPod update. My purpose is sync my iTunes library with my actual one and reencode songs in a lower quality for the iPod.[详细]
2023-03-21 05:10 分类:问答Access Violation inside inetinfo.exe when passing byte array through IMSAdminBase from a .NET app compiled to AnyCPU
Consider the following piece of .NET code: byte[] hash = { 0x60, 0x2B, 0x45, 0x9D, 0xA0, 0x6D, 0xD5, 0x02, 0x43, 0x86, 0xC1, 0xBA, 0x6B, 0x14, 0x37, 0x88, 0x63, 0x08, 0x39, 0xA0 };[详细]
2023-03-20 20:41 分类:问答Is it possible to specify COM enum field name using an attribute?
I am replacing (part of) a Delphi COM library with a .net assembly.I have moved a number of the COM interfaces and enums to the .net assembly.Everything is fine except that the enums are exported to t[详细]
2023-03-20 17:11 分类:问答Techniques for resolving COM-related error 0x80040154?
Updated with more debugging info I\'m running a proprietary software package that I don\'t have source for, and it has a plugin interface that is COM-based.I have a .NET assembly that is COM-visible[详细]
2023-03-20 10:33 分类:问答Warning when using embedded Interop-Types
I have recently updated one of my C# solutions from VS2008 to vs 2010 to utilise the Embedded interop types feature so I can stop shipping the library of interops we currently have to due to interacti[详细]
2023-03-20 02:40 分类:问答How to update some COM marshalling code to work on a 64 bit system?
We have some .NET code that does a call out to a COM component (dnsapi.dll) to query whether a domain has MX records associated with it to validate email addresses entered into our site.[详细]
2023-03-19 09:38 分类:问答Can't get Type Equivalence to work for the Google Earth Plugin
I have a WinForms C# application that embeds the Google Earth(GE) Plugin. This is done via COM Interop, by adding a reference to the Google Earth Plugin.[详细]
2023-03-17 14:55 分类:问答Determining existing local windows accounts via .NET
In a C# application I use the following code to determine existing local windows accounts (inkl. filtering build-in security principals for some reasons):[详细]
2023-03-17 11:30 分类:问答How can I speed-up creating excel Excel spreadsheets from C#?
I am currently writing around 200 Excel spreadsheets using Excel 2007 with C# COM Interop. Unfortunately I need about 4 minutes to write these 200 sheets - each sheet has around 1000 r开发者_开发知识[详细]
2023-03-17 04:21 分类:问答